Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LordSpawn

    Array Length

    *EDIT* The my above attempt was pretty terrible.
  2. LordSpawn

    Array Length

    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'...
  3. LordSpawn

    Array Length

    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...
  4. LordSpawn

    Array Length

    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] =...

Part and Inventory Search

Back
Top