Wish Retrieve multi dimentional array sizes

sorex

Expert
Licensed User
Longtime User
Please add a method (as part of the core libs) to retrieve multi dimentional array sizes.

B4X:
dim mda(5,3) as int

'how to get the lenght of 3?

'mda(0).length in a lot of languages



As discussed in this thread:

 
Top