Page 1 of 1
Multi-dimension Array Limit?
Posted: Thu Jul 17, 2003 6:43 pm
by Gen-ik
Just a quick question... is there a limit to how 'deep' multi-dimensional arrays can be?
Posted: Thu Jul 17, 2003 10:16 pm
by Stoker
I dont really know the answer to that,I would guess there is no hard coded limits since a variable is just a memorylocation holding data or pointers so it is likely to be limited by your memory limits.. (ineducated guess)

But is it really feasable to have e.g. 500 levels? do you need to do something will all that data and where is the data coming from? I would think it would be beneficial to develop something that will either stream/chunk or filter just the data you need..