|
-
Nov 18th, 2000, 08:29 PM
#1
Thread Starter
Lively Member
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?????
-
Nov 18th, 2000, 08:40 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|