I found a thread for doing this, which this example worked perfect with B4A:
The trouble is, B4J doesnt have reflector, how do I make this work for b4j?
thanks.
Getting the length of a multi-dimensional array
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?
www.b4x.com
The trouble is, B4J doesnt have reflector, how do I make this work for b4j?
thanks.