fletchsod
Programmer
- Dec 16, 2002
- 181
I don't remember how to clear this string array.
The Clear() object does not exist, so what is your normal way of doing this to empty the array stack and start as new all over again.
Thanks...
Code:
string[] sDataOneVinArrayStack;
//blah blah... (when array is filled with data)...
sDataOneVinArrayStack.Clear();
The Clear() object does not exist, so what is your normal way of doing this to empty the array stack and start as new all over again.
Thanks...