[<<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
storage to be reallocated by means of DIM or REDIM.
Static arrays may not be reDIMensioned.
See Also:
CLEAR
DIM
REDIM
$STATIC
$DYNAMIC
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson