Appendix A: System Routines — Symbol Table Utilities
1009
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
AddSymToFolder
Declaration:
HSYM
AddSymToFolder
(const BYTE *
SymName
,
const BYTE *
FolderName
)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Add a symbol to a specific folder (unlike
SymAdd
which adds to the
current folder if no folder name given). Like
SymAdd
, if the symbol already
exists and it has a value, that value will be deleted (unless it is a folder
name, then zero is returned).
Inputs:
SymName
— Pointer to tokenized symbol name to add.
FolderName
— Pointer to tokenized folder name to add.
Outputs:
HSYM of newly created symbol.
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, FindSymInFolder
Example:
See
FolderAdd
.