Results 1 to 2 of 2

Thread: *****----Empty an Array---********

  1. #1

    Thread Starter
    Lively Member mykg4orce's Avatar
    Join Date
    Oct 2000
    Location
    CANADA
    Posts
    92

    Exclamation

    how can i empty an array quickly,
    i ask because i am opening a txt file and adding it to a list, so if hit open again, the array remembers the items from before and adds them again so i need to empty the array. how?????

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Hey Jop here again!

    If you use
    Redim Array
    it will erase the whole array, so you'll get rid of anything in it

    Or
    use Erase Array, this'll keep the dimensions for fixed length arrays.

    [Edited by Jop on 11-18-2000 at 08:44 PM]
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width