Appendix A: System Routines — Home Screen
623
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
HS_getAns
Declaration:
HANDLE
HS_getAns
(USHORT
j
)
Category(ies):
Home Screen
Description:
Gets an answer from the Home screen.
Inputs:
j
— Number from 1 to 99.
Outputs:
Returns the handle to the
jth
answer from the Home screen. Returns
H_NULL if the
jth
answer does not exist. By default, the home app keeps
only the 30 most recent answers. 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_getEntry
Example:
HANDLE hAns = HS_getAns(1); /* Get handle to most recent answer */