August 2001
Intermediate to advanced
656 pages
18h 5m
English
Erase Statement
Erasearraylistarraylist
Use: Required
Data Type: String literal
A list of array variables to clear
Releases an array object. This is equivalent to setting the array
variable to Nothing.
Specify more than one array to be erased by using commas to delimit
arraylist.
The Erase statement causes all memory allocated to
arrays to be released.
Once you use Erase to clear an array, it must be
redimensioned with ReDim before being used again.
This is because Erase releases the memory storage
used by the array.
Read now
Unlock full access