D
Dusty
How can I make my dynamic array ? I'm curios how the
ArrayList does it.
For example:
string[] s = new string[16];
and later I want to expand this array to more than 16
elements without loosing previous data (like ReDim in
VB).
Any ideas ?
ArrayList does it.
For example:
string[] s = new string[16];
and later I want to expand this array to more than 16
elements without loosing previous data (like ReDim in
VB).
Any ideas ?