964
Appendix A: System Routines — Status Line
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ST_folder
Declaration:
void
ST_folder
(char
name
[])
Category(ies):
Status Line
Description:
Sets the name of the folder which appears at the left end of the status line.
Inputs:
name
— Folder name. This parameter is copied and converted to upper
case before being displayed.
Outputs:
None
Assumptions:
This routine does not set or change the current folder setting — it only
updates the status line display. Use
push_setfold
to change the current
folder setting and the folder status indicator will be updated automatically.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: push_setfold
Example:
ST_folder("MYFOLDER");