So I have the following (x, y) array:
Dim MyArray(10, number_of_elements) as Int
Where the number of elements is defined by the user.
When using the
MyArray.Lenght property, I get the number 10.
How to get the lenght of the array's Y dimension through .
lenght?