Re: Redimension an array
- From: "Chris Fulstow" <chrisfulstow@xxxxxxxxxxx>
- Date: 19 Oct 2006 10:35:33 -0700
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.
.
- Prev by Date: Re: Redimension an array
- Next by Date: Reflection.Emit usage
- Previous by thread: Re: Redimension an array
- Next by thread: Reflection.Emit usage
- Index(es):
Relevant Pages
|