Re: Multidimensional arrays? anything else?
From: AlexS (salexru2000NO_at_SPAMsympaticoPLEASE.ca)
Date: 05/18/04
- Next message: mike parr: "forms authentication question"
- Previous message: Ben de Vette: "Re: Dayly reports"
- In reply to: d[ - - ]b: "Multidimensional arrays? anything else?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 08:17:19 -0400
Hi, d[ - - ]b
As collections, like ArrayList, can accept any objects including collections
as items, you can have array lists of array lists of array lists etc. Also,
I would suggest to lookup jagged arrays and multidimensional arrays in .Net
reference documentation. The rest depends on what exactly you need to do.
HTH
Alex
"d[ - - ]b" <nospamplz@goaway.xyz> wrote in message
news:c8cpjd$ipj$1@lust.ihug.co.nz...
> Hi there,
>
> Just wondering, if there is any way to have a dynamic / unspecified size
of
> an array? It obviously needs to be updated, deleted etc. The only way I
> thought is by making the array massive at the start? Any other ideas?
> Apparently Hashtable, ArrayList etc are useless as they all take one
> dimension. :( Please help me!
>
> Thanks,
> Naomi
>
>
- Next message: mike parr: "forms authentication question"
- Previous message: Ben de Vette: "Re: Dayly reports"
- In reply to: d[ - - ]b: "Multidimensional arrays? anything else?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|