Hi
Please excuse me if I got the termonology wrong here.
I have the need ro know the "row" number/index of an array row
I have an array that has two other arrays in it
I know I can access the elements directly using the index as follows
myARRAY[0][0], would give me "row" 1 column 1 etc
How can I find out how many "rows" are in my array so that I can access them using [0][0] and next row [1][0]?
regards
Matt