three dimensional array?
807607Dec 3 2006 — edited Dec 3 2006hi,
well i need an two dimensional which includes other two dimensional arrays at every position:
as if i write array[0][0] then i access the first two dimensional array,
by array[0][1] the second two dimensional array of the first row.
I think it must be a four dimensional array, but i�m not for sure.
If i am right, is this the right way to access the first element in the first row and second column of my two dimensional array, which i find in the second row and third colum of my "outer" two dimensional array?
array[2][3][0][1]
Thanks for answers.