Texas Instruments TI-89 Developer's Manual page 1308

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

Advertisement

1266
ST_flags
(continued)
Description:
Note that bits 1-5 are different on the TI-92 Plus. See table below.
(continued)
Bit
1
2
3
4
5
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Not applicable.
Not applicable.
Side Effects:
On AMS 2.00 and higher.
Availability:
TI-89 / TI-92 Plus
The shift, alpha, option, and drag indicator flags are different between the
Differences:
two platforms. See flags 1 – 5 in the table above for details.
See Also:
Not applicable
Example:
/* Is help displayed in the status line? */
if (ST_flags & ST_HELP)
{
/* Yes, . . .
*/
}
/* Get the current graph type from the status line */
grtype = (ST_flags & ST_GRAPH_TYPE) >> ST_GRAPH_TYPE_SHIFT;
TI-89 / TI-92 Plus Developer Guide
Appendix B: Global Variables — Status Line
Shift
Not for Distribution
Mask
Indicator
¥
ST_OPTION
¤
ST_SHIFT
ST_DRAG
ST_CAPSLOCK
no indicator
ST_DRAGLOCK
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