I certainly agree about allowing to get the dimensions of a multi-dimensional array. One way this could be done, for example in 2 dimensions, is LEN ARRAY OUT ROWS,COLS. Perhaps you could also make a DIM() function that would return the number of dimensions in an array (or 0 for a non-array variable).