So I have the following (x, y) array:
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?
B4X:
Dim MyArray(10, number_of_elements) as Int
When using the MyArray.Lenght property, I get the number 10.
How to get the lenght of the array's Y dimension through .lenght?