The thread is about me needing help (again)

Want to say thanks for all of you that have helped me before, this community is great!
Back to the topic, is there a way to find out how many entries there is in a Array?
Dim splCommand() As String
Then I want to loop through the Array by 1 so it displays splCommand(1), splcommand(2) and so on until there is no more "text" left.
Language is ofcourse Visual Basic .NET
Thanks!
