T
trint
Hi,
I have several arrays that look like this:
string[] productsString0 = new string[1000];
After they are no longer needed, How can I reset them as though the
program were just started?
Thanks,
Trint
I have several arrays that look like this:
string[] productsString0 = new string[1000];
After they are no longer needed, How can I reset them as though the
program were just started?
Thanks,
Trint