Erase
Deletes an array, list, or list element.
Syntax
Erase { arrayName | listName | listName ( tag ) }
[, { arrayName | listName | listName ( tag ) } ]...
Elements
arrayName
An array or a Variant variable containing an array. arrayName can end with empty parentheses.
listName
A list or a Variant variable containing a list. listName can end with empty parentheses.
tag
The list tag of a list element to be erased from the specified list.