Re: Multidimensional arrays? anything else?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: AlexS (salexru2000NO_at_SPAMsympaticoPLEASE.ca)
Date: 05/18/04


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
>
>



Relevant Pages

  • Re: Smart Slicing Routine!!
    ... this it was a poor explanation in your original post. ... So you have a load of array lists each with data and you want ... Bundle Count=1 and the bundle will contain 2,3,4,20 ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Rectangular Array
    ... want to use a rectangular array, then what you have is best. ... ArrayList within an ArrayList, then that will be a jagged array, and you ... // Assuming arr is an array list of array lists. ... multitude of ArrayLists? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Rectangular Array
    ... want to use a rectangular array, then what you have is best. ... ArrayList within an ArrayList, then that will be a jagged array, and you ... // Assuming arr is an array list of array lists. ... multitude of ArrayLists? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Array and resize
    ... > Thanks for the reply Bob, ... > Excel worksheet. ... >> You are not creating a 2D array, but an array containing arrays, and you ... >> HTH ...
    (microsoft.public.excel.programming)
  • Re: Does MySql have any built in search functionality
    ... >> mainContent ORDER BY number of matches per entry DESC ... > HTH ... available you could read the query result into an array and then use PHP ...
    (comp.lang.php)