
-----------------------------------
Kuntzy
Thu Jan 01, 2004 1:19 pm

Multidimensional Arrays in Turing?
-----------------------------------
Is there such a thing as a multidimentional array in turing? Or some way to create that effect using the elements provided?

-----------------------------------
AsianSensation
Thu Jan 01, 2004 2:43 pm


-----------------------------------
var name : array 1 .. 100, 1 .. 100 of string

creates 100*100 elements for the array name

-----------------------------------
Tony
Thu Jan 01, 2004 3:14 pm


-----------------------------------
and you access it using name(num1,num2)

-----------------------------------
Kuntzy
Thu Jan 01, 2004 9:25 pm

v
-----------------------------------
Thanx, I have just never seen them used in anyone else's code before.

-----------------------------------
santabruzer
Fri Jan 02, 2004 1:26 am


-----------------------------------
well i dunnu, if i ever finish my ISU and post it here, you shall see..
