P
pmclinn
I have a string(10) array.
I want to redim it so that I only have the last 9 strings in the array.
What is the best way to do this?
Example:
String(0) = Dog
String(1) = Cat
String(2) = Bird
I want the cat, and bird to remain and drop the dog from the array....
-Peter
I want to redim it so that I only have the last 9 strings in the array.
What is the best way to do this?
Example:
String(0) = Dog
String(1) = Cat
String(2) = Bird
I want the cat, and bird to remain and drop the dog from the array....
-Peter
