The Unarchiv Command

unarchiv.png

Command Summary

Unarchives a given variable

Command Syntax

Unarchiv variable

Menu Location

This command can't be found in any menu besides the command catalog.

Calculator Compatibility

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

Related Commands

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.