Please add a method (as part of the core libs) to retrieve multi dimentional array sizes.
As discussed in this thread:
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:
2 dimensional array dimension.
Hello, Is there a way to get both sizes of a 2 dimensional array? I can use a global variable to define the sub size but I was just wondering if it was retrievable. dim mda(5,3) as int 'how to get the lenght of 3?
www.b4x.com