Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

clearing array

Status
Not open for further replies.

rtnMichael

Programmer
Aug 5, 2002
152
US
hey guys,
I have a most likely simple one for you...how do I clear an array if it's already been filled. I have a page taking the filled array and sending it off to another page. The next page updates the file and a button lets you go back to do the procedure again. I need the same name of the array, but I think it's getting confused on what it should have in there. I just want to clear it and not have to worry about whether there's anything in it or not. Can you guys help???

Thanks
M
 
I guess you could
Code:
redim
your array, without using
Code:
preserve
... This is not a bug - it's an undocumented feature...
;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top