Array questoin

levyuk

Well-known member
Joined
Jun 7, 2004
Messages
313
Location
Wales, UK
Programming Experience
3-5
How do I output the contents of an array, at the moment I have got this far.

VB.NET:
[size=2][color=#0000ff]Dim[/color][/size][size=2] s [/size][size=2][color=#0000ff]As[/color][/size][size=2] [/size][size=2][color=#0000ff]String[/color][/size][size=2]() = Regex.Split("hello there my friends", " ")

Console.WriteLine(s(0))
How do I go to the next item in the array and output that?
Thanks
[/size]
 
Back
Top