How do I do multidimensional arrays?
Like.. I want to do a 2D or 3D array, how would I do that?
I tried googling it and got
but apparently that doesn't compile because its expecting an 'of' between [1..3] and [1..5]Code:Var my2DArray : Array[1..3][1..5] of Byte; Begin my2DArray[2][4] := 10; End


Reply With Quote






