FreeList()
Syntax
FreeList(List())Description
Free the specified list and release all its associated memory. To access this list again later, NewList has to be called for it.
Parameters
List() The name of the list to free.
Return value
None.
See Also
ClearList()
Supported OS
All