How do I determine the size of a multi-dimensional array?
I have an array called table(row,col), which varies every time the program is run. How do I determine how many columns and rows there are?

Thank you.
Jon