Ubound can return the max index value of an array, but in a multidimensional array, how would I specify WHICH dimension I want the max index of?
For example
ubound(arr, 1)
and
ubound(arr, 2)