Appendix A: System Routines — Variables
1139
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_unarchiv
Declaration:
void
cmd_unarchiv
(EStackIndex
ePtr
)
Category(ies):
Variables
Description:
Unarchive one or more variables. This is the TI
-
BASIC unarchiv command.
Inputs:
ePtr
— EStackIndex of variable name(s) to unarchive (terminated by an
END_TAG).
Outputs:
May throw these errors:
ER_RESERVED — Reserved names may not be archived.
ER_UNDEFINED_VAR — Variable not found.
ER_VAR_IN_USE — Variable in use.
ER_INVALID_VAR_REF — Cannot archive local variables.
ER_MEMORY — Not enough memory (RAM).
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: cmd_archive
Example:
See
cmd_archive
.