Appendix A: System Routines — Symbol Table Utilities
1011
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
FindSymInFolder
Declaration:
HSYM
FindSymInFolder
(const BYTE *
SymName
,
const BYTE *
FolderName
)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Search folder
FolderName
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.
Inputs:
SymName
— Pointer to tokenized symbol name to search for.
FolderName
— Pointer to tokenized folder name to search.
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, FolderAdd, AddSymToFolder, VarRecall
Example:
See
FolderAdd
.