That is almost exacly what i was looking for. I also wanted it to display what array it was coming from. Im not sure I can modify your code to do that.
The out put would look like this:
array[1,1] = array2
array[1,2] = 3
array[1,3] = 'longer string'
array[2,1] = {'abcde'}
array[2,2] = 'lower'...
Yeah, that would work but not in all cases. What if the one dim array had an array in the first element?
What im trying to do here is take a bunch of memory vars and load them into an array. Then i want to display them. If one of the memory vars should be an array i want to display the entire...
Hi everyone!
Here's my problem. I am trying to get the row/col of a single OR multidimensional array. Just like the ALEN() Function for Recital/FoxPro. Here is an example:
private array1[10]
private array2[1,5]
array1[1] = "This string has a len of 33 chars"
array1[2] =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.