This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Erase Statement
Releases an array instance. The Erase statement is equivalent to assigning Nothing to an array variable.
Erase arraylist
The required arraylist is one or more comma-delimited array to be erased.
See Also
Example
Array Function | Dim Statement | Nothing Keyword | Private Statement | Public Statement | ReDim Statement