O
OpticTygre
If I have a multidimensional array, such as array1(5, 3), and I want to find
the length of the first section (the 5), can I just use array1.length, or
would that return 15 (5 * 3) instead of 5? Thanks in advance.
the length of the first section (the 5), can I just use array1.length, or
would that return 15 (5 * 3) instead of 5? Thanks in advance.
