UNDIM()
This command will delete the specified array from memory. You must have previously created the array using the DIM command in order for UNDIM to succeed. Deleting unused arrays increases system performance.
SYNTAX
UNDIM Array Name(number of elements)
RELATED INFO
Basic Commands
Glossary
EXAMPLE
ARRAY Commands