20/04/2009 - Today we went through what arrays. egs
Dim string (3) As String which has 4 elements
strstring(0) = "first string"
strstring(1) = "2nd string"
strstring(2) = "3rd string"
strstring(3)= "4th string"
Sunday, April 19, 2009
Subscribe to:
Post Comments (Atom)
Arrays are very useful. Don't forget to read my blog where you can find posts like this one on arrays:
ReplyDeletehttp://c4programming.blogspot.com/2009/04/arrays.html