1120
Appendix A: System Routines — Variable Name Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
HSYMtoName
Declaration:
BOOL
HSYMtoName
(HSYM
hSym
, BYTE *
SymName
)
Category(ies):
Variable Name Utilities
Description:
Given the HSYM of a symbol, convert that to a qualified symbol name and
store it in
SymName,
which must be at least MAX_SYM_LEN bytes long.
Inputs:
hSym
— HSYM of symbol to convert.
Outputs:
Return TRUE if
Handle
found, FALSE if not.
SymName
— Fully qualified name (includes folder name, unless
reserved name).
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: MakeHsym, VarRecall
Example:
See
FOpen
.