624
Appendix A: System Routines — Home Screen
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
HS_getEntry
Declaration:
HANDLE
HS_getEntry
(USHORT
j
)
Category(ies):
Home Screen
Description:
Gets an entry from the Home screen.
Inputs:
j
— Number from 1 to 99.
Outputs:
Returns the handle to the
jth
entry from the Home screen. Returns
H_NULL if the
jth
entry does not exist. By default, the home app keeps only
the 30 most recent entries. The user can change this limit in the Home
Format dialog.
Assumptions:
You should not free or modify the contents of this handle as the home app
needs it to format its screen properly.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: HS_getAns
Example:
HANDLE hAns = HS_getEntry(1); /* Get handle to most recent entry */