I'm a little confused about the layout of an array returned by getrows().
It is my understanding that when you create a multidimensional array, myArray(10,3) the first number, 10, is the rows and the second, 3, is the columns.
However, when I pulled the data with getrows, this seems to be...