EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #1129 background imageLoading...
Page #1129 background image
Appendix A: System Routines — Token Operations
1087
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
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
Buffer of at least 11 bytes long.
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 ) );

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals