String redimming

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pmclinn

    #1

    String redimming

    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

Working...