It's only simple if the array has two dimensions. What about Array[10,10,10,10,10,10,10]?

In terms of return values, I think it would have to be a string reference e.g. "1,2,3".

I'm not sure how usefull that'd be though.

Whenever I need to use ASCAN with a 2D array I always create it in the Array[x][y] format.