Single Dimentional Array
Posted: Wed Aug 03, 2011 11:54 am
Is there any way to create a single dimentional array?
ary(1) = "Batman"
ary(2) = "Robin"
Or would you have a string
ary = "Batman,Robin"
ary(1) = "Batman"
ary(2) = "Robin"
Or would you have a string
ary = "Batman,Robin"