IS it possible to declare a 2d array without bounds like you can a 1d array?
var newArray = new Array();
then use it like:
newArray[0][0] = "First Element";
|
Results 1 to 2 of 2
Thread: [RESOLVED] [F8] 2D arraysThreaded View
|
Click Here to Expand Forum to Full Width |