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;"

De￿ne user-de￿ned variable , VA, equal to 0.

150

OUTPUT 723;"FUNCDEF

NNN,@ @;"

De￿ne null, user-de￿ned function, called NNN. (There

 

 

 

 

are no commands between delimiters @ and @.)

160

OUTPUT 723;"KEYDEF,7,NNN,$C$;"

De￿ne key 7, called C, which has the null function.

170

OUTPUT 723;"PROTECT VA,OFF;PROTECT NNN,OFF;"

Turn o￿ internal-memory protection.

180

OUTPUT 723;"DISPOSE 7;"

Erase key from internal memory .

190

OUTPUT 723;"DISPOSE VA;"

Erase user-de￿ned variable from internal memory .

200

OUTPUT 723;"DISPOSE NNN;"

Erase user-de￿ned function from internal memory .

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 lower-case letters. When ￿le name is upper-case alpha characters only, delimiters are optional.

Executing DISPOSE ALL clears the following from internal memory.

7-113