ghell
07-07-2004, 05:50 PM
1d arrays you can write as
somearray = Array("fgsdgg",2,"gsgsg")
or
somearray(0) = "fgsdgg"
somearray(1) = 2
somearray(2) = "gsgsg"
is ther any way to do the 1st method with 2d arrays or do you have to use the 2nd method (+ commas :p)
somearray = Array("fgsdgg",2,"gsgsg")
or
somearray(0) = "fgsdgg"
somearray(1) = 2
somearray(2) = "gsgsg"
is ther any way to do the 1st method with 2d arrays or do you have to use the 2nd method (+ commas :p)