Strings - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix B: Global Variables — Strings
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
None
Differences:
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));
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
1267
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents