1140
Appendix A: System Routines — Variables
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_unlock
Declaration:
void
cmd_unlock
(EStackIndex
sym
)
Category(ies):
Variables
Description:
Unlock one or more variables. This is the TI
-
BASIC command UnLock.
Inputs:
sym
— EStackIndex of variable names to unlock (terminated by an
END_TAG).
Outputs:
May throw these errors:
ER_VAR_IN_USE — Variable is in-use.
ER_UNDEFINED_VAR — Variable not found.
ER_RESERVED — Reserved or system name(s) cannot be
locked or unlocked.
ER_MEMORY — Variables in Flash cannot be unlocked.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: TokenizeSymName, cmd_lock
Example:
See
cmd_lock
.