Gettagstr - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Token Operations

GetTagStr

Declaration:
char * GetTagStr (EStackIndex tagPtr , char * Buf )
Category(ies):
Token Operations, Strings
Description:
Return a pointer to the string which defines a tag.
Inputs:
tagPtr — Pointer to tag to decode.
Buf
Outputs:
Returns Buf .
Assumptions:
Buf must be at least 11 bytes long.
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
None
Example:
The ShowStat command prints the string name for each statistical variable
it finds using GetTagStr to print the name of the variable as shown in this
example.
BYTE Tag[2];
char Buf[24];
char kwBuf[SYM_LEN+2];
Tag[0] = Index; /* SV_XBAR .. SV_MEDY */
Tag[1] = SYSVAR_TAG;
sprintf( Buf, "%-7s", GetTagStr( Tag+1, kwBuf ) );
TI-89 / TI-92 Plus Developer Guide
— Buffer of at least 11 bytes long.
Not for Distribution
1087
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