Strict Local atest:Float[,,] atest=New Float[3,4,5] Graphics 400,300,0 While Not KeyHit(key_escape) Cls DrawText atest[2,3,4],0,0 Flip Wend
I saw it in someone else's code but I didn't think you could create a multi-dimensional array like that, but I could be wrong because it seems to work...
I thought you had to initialise each element in a loop or it wouldn't work.