Simple multidimensional array fails

Archives Forums/BlitzMax Bug Reports/Simple multidimensional array fails

JoshK(Posted 2012) [#1]
"Unhandled Exception:Attempt to index array element beyond array length" on line 2:
Local i:Int[32,2]
i[0,0]=4

OSX Lion, BMX 1.45. Works fine on Windows.

If you print out the length of the array, on Windows it says 64 and on OSX it says 0:
Local i:Int[32,2]
Print i.length


Last edited 2012