Re: Redimension an array

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



Maybe try using a generic List of string arrays, like this:

List<string[]> myList = new List<string[]>();
myList.Add(new string[] {"woo", "yay", "hoopla"});

--
Chris Fulstow
MCP, MCTS
http://chrisfulstow.blogspot.com/


Logan wrote:

Greetings to all, i need to create a matrix (or something that make the job)
to store 3 values per row to insert everything (there will be several rows)
later in my database but i can´t find a way to do it, any help can be usefull.

Thank you in advance.

.



Relevant Pages

  • Re: Choice for a desktop database.
    ... Chris Fulstow ... Frank Rizzo wrote: ... to store quite a bit of relational data locally. ... product (like SQL Server or SQL Server Express), ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: array
    ... frazer wrote: ... > hi i am trying to use string arrays to store values from the db ... ArrayList arr = new ArrayList; ...
    (microsoft.public.dotnet.languages.csharp)
  • array
    ... hi i am trying to use string arrays to store values from the db ... string users1 = users.Split; ... is there a way to straight away put them in an array.thnx ...
    (microsoft.public.dotnet.languages.csharp)