Appendix A: System Routines — Status Line
965
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ST_helpMsg
Declaration:
void
ST_helpMsg
(char
msg
[])
Category(ies):
Status Line
Description:
Displays a message in the status line. The message stays in the status line
until a key is pressed on the keyboard or
ST_eraseHelp
is called.
Inputs:
msg
— Message to display.
Note:
The font used in the status line is very small — consider using all
upper case letters in your message to improve readability.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: ST_eraseHelp
Example:
ST_helpMsg("WARNING: STRING TOO LONG");