Skip to content

The Unarchiv Command

Command Summary Command Syntax Calculator Compatibility
Unarchives a given variable Unarchiv variable This command works on all calculators.

The Unarchiv Command

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

Authors: KG