1038
Appendix A: System Routines — Symbol Table Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
SymFindHome
Declaration:
HSYM
SymFindHome
(const BYTE *
SymName
)
Category(ies):
Symbol Table (low-level)
Description:
Search for the symbol
SymName
in the HOME folder and return the HSYM
if found or zero if not found. Note that the HOME folder contains all of the
folders in the system and normally does not contain anything else.
Inputs:
SymName
— Pointer to tokenized name to look up (should be a folder
name).
Outputs:
HSYM of symbol if found, zero if not found or invalid 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: SymFind, SymFindMain
Example:
See
FolderCount
.