Quote: "An any case I think the user "Grog Grueslayer" is correct in using the hard disk as an array. "
Even though you like my idea IanM is no fool and his advice should be listened to 100% of the time. It really would help if you tell us what it's for. We may be able to tell you better solutions to your large array problem.
@luskos:
Quote: "Don`t offend but there is nobody in the forum that proved me he truly needs 3 or more dimensional array.Never happend!Possibly never will."
I make 3 dimensional arrays all the time.
` Make a multi-layered 2D map
dim Map(100,100,4)
` Map(xxx,yyy,0) = Background Tile Layer
` Map(xxx,yyy,1) = Foreground Tile Layer
` Map(xxx,yyy,2) = Item Layer
` Map(xxx,yyy,3) = Badguy Layer
` Map(xxx,yyy,4) = Event Layer