Appendix B: Global Variables — Strings
1267
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
RF_ . . .
Declaration:
#define
RF_NUL
"\x00"
#define
RF_SOH
"\x01"
.
.
.
#define
RF_Y_UMLAUT
"\xFF"
Category(ies):
Strings
Description:
The equates SF_ . . . , LF_ . . . , and HF_ . . . define the characters
available for the small, large, and huge fonts as numeric values. The
RF_ . . . equates also define the characters but as strings which may be
used in other strings to embed a particular character.
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Not applicable.
Side Effects:
Not applicable.
Availability:
All versions of the TI-89 / TI-92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
This example embeds the copyright character in a string.
sprintf(msgbuf, "%s " RF_COPYRIGHT " 2000 %s.", XR_stringPtr(XR_Copyright),
XR_stringPtr(XR_TexasInstruments));