Multidimensional Array (I think)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Bill (Bill_member_at_newsguy.com)
Date: 03/02/04


Date: 2 Mar 2004 08:34:22 -0800

Hello,

I have a text file that has all users listed like:

LoginName,UserName

I would like to create a multidimensional array and then use the value of each
of the first element, then output to a text file the value of each of the two
elements along with some other info.

My questions:
_Is a multidimensional array the way to go? Can it be created dynamically? How?

_How do I read just the first element?

Any suggestion will be greatfully appreciated.

TIA,
Bill Burke
bill@2burkes.com



Relevant Pages

  • Re: Multidimensional Array (I think)
    ... > _Is a multidimensional array the way to go? ... > _How do I read just the first element? ... To retrieve data -- ... 'iName is your index, ...
    (microsoft.public.scripting.vbscript)
  • deleting duplicates in array using references
    ... i have a multidimensional array, but i want to delete duplicate ... entries based on the first element of each 'row'. ... i.e. take out the duplicate codes based on the first element of each ...
    (comp.lang.perl.misc)