LOTUSSCRIPT LANGUAGE
Deletes an array, list, or list element.
Syntax
Erase { arrayName | listName | listName ( tag ) } [, { arrayName | listName | listName ( tag ) } ]...
Elements
arrayName
The following table shows how the Erase statement affects arrays and lists.
You must use ReDim to redeclare the array before referring to its elements again. If you used ReDim before it was erased, the array maintains the same number of dimensions.