The Unarchiv Command
Unarchives a given variable
Unarchiv variable
Menu Location
This command can't be found in any menu besides the command catalog.
This command works on all calculators.
The Unarchiv command removes a variable from the flash ROM.
Prgm
© //assuming var1 and var2 are actual variables
Archive var1,var2
isArchiv(var1)→check
Disp check
Pause
Unarchive var1,var2
Disphome
EndPrgm