Restorealphalock - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

654

restoreAlphaLock

Declaration:
void restoreAlphaLock (FLAGS8 * saveAlpha )
Category(ies):
Keyboard
Description:
Restores the alpha-lock status to the value saved in saveAlpha .
Inputs:
saveAlpha — Pointer to FLAGS8 structure.
Outputs:
None
Assumptions:
saveAlpha was previously set by alphaLockOn or alphaLockOff.
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
For compatibility reasons, this routine is available on the TI-92 Plus but
does nothing on that platform.
Differences:
See Also:
alphaLockOn, alphaLockOff
Example:
FLAGS8 saveStat;
alphaLockOff( &saveStat );
editField();
/* user may be entering NUMERIC data here */
restoreAlphaLock( &saveStat );
TI-89 / TI-92 Plus Developer Guide
Appendix A: System Routines — Keyboard
Not for Distribution
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents