The following statement returns the element number of the third column of the fourth row of the array aTwo. The result depends on the number of columns in aTwo.

nElement = aTwo.element(4, 3) // Fourth row, third column