Oh, there is a limit to how many Dimensions can be created. Dimensions are things like ARR[1,2] <-- 2 dimensional ARR[64,15] <-- also 2 dimensional ARR[1] <-- 1 dimensional (default) ARR[12,245,100] <-- 3 dimensional it's just another way to organize your arrays, and isn't used very often above 3 dimensions.