6-2
Program Commands
ERASE
Variable
name[,
variable name]*
®
Function:
Deletes array variables.
Parameter:
Specifies array variable name.
Explanation:
1) Deletes array variables confirmable with LIST
V.
2) Specification
of
array variable names are variable names in one upper case
alphabetical character.
Example
ERASE
A,
A$, B will be specified when the variable name displayed by LIST V
is
A(l),
A$(1, 1, 1), B(l).
3) Nothing will occur
if
a nonregistered variable name
is
specified.
4)
If
memory capacity becomes low due
to
array declarations, it may be
in-
creased
by
executing the ERASE command.
135