3 dimension array
- Posted by darceman <darce at ffi.com> Aug 21, 2002
- 415 views
What is the code needed to create a 3 dimensional array? In Basic it is a simple Dim somearray(a,b,c). I assume that I can take the code for 3 dimensions to configure one for 4 and possible 5 dimensions. The arrays will strictly house integers and will initially be filled with zeroes. The multiple dimensions are needed to access unique number combinations representing time, space and values. Thanks