Multi-dimension Array Limit?
Moderator: General Moderators
Multi-dimension Array Limit?
Just a quick question... is there a limit to how 'deep' multi-dimensional arrays can be?
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..
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..