A
Awrightus
I'm working on a vb.net project (2008) I have and I'm trying to figure
out how I can create a multi-dimensional array, arraylist, dictionary,
etc, whatever will allow me to do what I want to do. I have data like
the following:
Blue, Green,
Black, Orange
Yellow, Red
Essentially value/pair stuff. I already have it in a dictionary, but
it doesn't look like a dictionary has an index value for each of the
keys. I want to be able to reference any of these "rows" by their
index value and the position of the item in the row (or column). So as
an example, I might want to know what the 2nd index row is and the
value of the 1 index inside that row (or the column). That would be
"Red". Is there a way of doing this in vb.net? Not looking for code,
just the right type of object/function to us. Thanks.
Steve
out how I can create a multi-dimensional array, arraylist, dictionary,
etc, whatever will allow me to do what I want to do. I have data like
the following:
Blue, Green,
Black, Orange
Yellow, Red
Essentially value/pair stuff. I already have it in a dictionary, but
it doesn't look like a dictionary has an index value for each of the
keys. I want to be able to reference any of these "rows" by their
index value and the position of the item in the row (or column). So as
an example, I might want to know what the 2nd index row is and the
value of the 1 index inside that row (or the column). That would be
"Red". Is there a way of doing this in vb.net? Not looking for code,
just the right type of object/function to us. Thanks.
Steve