Push_Zstr - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Strings

push_zstr

Declaration:
void push_zstr (char * str )
Category(ies):
Strings, EStack Utilities
Description:
Pushes a null terminated string onto the estack in tokenized form.
Inputs:
str — A pointer to a null terminated string.
Outputs:
Pushes the tokenized form of the string onto the estack.
Assumptions:
None
Side Effects:
May cause expression stack to grow or heap compression.
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
push_char, push_format, push_instring, push_ord, push_str_to_expr,
push_string
Example:
push_zstr ("hello");
Pushes the following tokenized form onto the estack.
0 h e l l o 0 STR_DATA_TAG
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
985
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