ERASE variable [,variable]…
Deletes arrayed variables and frees up the memory.
Use CLEAR to delete all variables including all arrayed variables.
See also:
CLEAR
DATA
DIM
LET
READ
RESTORE
Electronic Products for Creative Minds
Deletes arrayed variables and frees up the memory.
Use CLEAR to delete all variables including all arrayed variables.
See also:
CLEAR
DATA
DIM
LET
READ
RESTORE
Assigns the value of ‘expression’ to the variable. LET is automatically assumed if a statement does not start with a command.
See also:
CLEAR
DATA
DIM
ERASE
READ
RESTORE
Delete all variables and recover the memory used by them.
See ERASE for deleting specific array variables.
forget$ = "I have short term memory"
remember = 42
PRINT forget$
I have short term memory
PRINT remember
42
CLEAR
PRINT forget$
PRINT remember
0
See also:
DATA
DIM
ERASE
LET
READ
RESTORE
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE