[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ERASE Reset Static Array or Deallocate Dynamic Array
ERASE arrayname[,arrayname]...
Resets or deallocates one or more arrays.
arrayname The name of an array variable (do not include
parentheses).
-------------------------------------------------------------------------
Notes: ERASE resets all elements of a static numeric array to 0
and all elements of a static string array to null.
ERASE deallocates storage for a dynamic array, allowing
the array to be reDIMensioned.
Static arrays may not be reDIMensioned.
See Also:
$DYNAMIC
$STATIC
CLEAR
DIM
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson