tedster

msg:1486051 | 9:16 pm on Feb 6, 2002 (gmt 0) |
A multi-dimensional array identifies each array element with two (or more) coordinates, instead of using just one. It's like identifying points on a plane (or in a space) instead of points on a line. Javascript does not actually support multi-dimensional arrays, but you can work around this by having an array whose elements are also arrays. There's a decent explanation on this page [javascriptkit.com].
|
David

msg:1486052 | 9:41 pm on Feb 6, 2002 (gmt 0) |
Its been awhile since I used one, I used to think of them as a spread sheet. Where as you can refference by row and column.
|
circuitjump

msg:1486053 | 11:26 pm on Feb 6, 2002 (gmt 0) |
Thanks ya'll :) I also found this new page [developer.netscape.com].
|
tedster

msg:1486054 | 12:04 am on Feb 7, 2002 (gmt 0) |
Good page circuitjump. It looks like you've got a good handle on the "lunchboxes" you mentioned on the other thread [webmasterworld.com].
|
|