It´s possible resize the length of an array like in VB6 but in C#???
Regards
:wave:
Printable View
It´s possible resize the length of an array like in VB6 but in C#???
Regards
:wave:
nm, looks like you have to manually copy the array into a new array plus whatever you used before.
Apparently that is how ReDim works anway
Or you may want to take a look at C#`s hashtable (key, value pairs) or at C#`s Arraylist class!
These are possibilitys to solve your problem. (Sorry dont have a working example for ArrayList)
HTH,
Stephan