Computer Science Canada Multidimensional Arrays in Turing? |
Author: | Kuntzy [ Thu Jan 01, 2004 1:19 pm ] |
Post subject: | 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? |
Author: | AsianSensation [ Thu Jan 01, 2004 2:43 pm ] | ||
Post subject: | |||
creates 100*100 elements for the array name |
Author: | Tony [ Thu Jan 01, 2004 3:14 pm ] |
Post subject: | |
and you access it using name(num1,num2) |
Author: | Kuntzy [ Thu Jan 01, 2004 9:25 pm ] |
Post subject: | v |
Thanx, I have just never seen them used in anyone else's code before. |
Author: | santabruzer [ Fri Jan 02, 2004 1:26 am ] |
Post subject: | |
well i dunnu, if i ever finish my ISU and post it here, you shall see.. |