Appendix A: System Routines — Symbol Table Utilities
1033
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
SymFind
Declaration:
HSYM
SymFind
(const BYTE *
SymName
)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Search for the symbol
SymName
and return the HSYM if found or zero if
not found. Note that most reserved symbols are not stored in the symbol
table. If
SymName
does not contain a folder then the current folder is
searched.
Inputs:
SymName
— Tokenized symbol to search for.
Outputs:
HSYM of symbol or zero if not found.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: SymAdd, SymDel
Example:
See
SymAdd
.