Language Reference
DISPOSE
DISPOSE | Erase all or part of internal memory. |
Example
120 | CLEAR | 723 |
| Initialize analyzer. |
130 | OUTPUT | 723;"IP;" |
|
|
140 | OUTPUT | 723;"VARDEF | VA,0;" | Dene |
150 | OUTPUT 723;"FUNCDEF | NNN,@ @;" | Dene null, | |
|
|
|
| are no commands between delimiters @ and @.) |
160 | OUTPUT 723;"KEYDEF,7,NNN,$C$;" | Dene key 7, called C, which has the null function. | ||
170 | OUTPUT 723;"PROTECT VA,OFF;PROTECT NNN,OFF;" | Turn o | ||
180 | OUTPUT 723;"DISPOSE 7;" | Erase key from internal memory . | ||
190 | OUTPUT 723;"DISPOSE VA;" | Erase | ||
200 | OUTPUT 723;"DISPOSE NNN;" | Erase |
Description The DISPOSE command clears internal memory, which is reserved for operator use. Delimiters required before and after le name when it
contains a number or
Executing DISPOSE ALL clears the following from internal memory.