Hi,
I would like to have something like an array (something like a
collection) in order to store the following things :
company name1, new1, old1, in1, out1
company name2, new2, old2, in2, out2
....
but i should be able to dynamically redimension it.
all data will be strings only.
I was thinking to use an ArrayList, but how to do a 2-dim Arraylist of
string ?
thanks a lot,
Maileen
I would like to have something like an array (something like a
collection) in order to store the following things :
company name1, new1, old1, in1, out1
company name2, new2, old2, in2, out2
....
but i should be able to dynamically redimension it.
all data will be strings only.
I was thinking to use an ArrayList, but how to do a 2-dim Arraylist of
string ?
thanks a lot,
Maileen
Comment