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 #628 background imageLoading...
Page #628 background image
586
Appendix A: System Routines — Graphing
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_rclgdb
Declaration:
void
cmd_rclgdb
(EStackIndex
name_idx
)
Category(ies):
Graphing, Variables
Description:
Recall a graph database (make it the current graph database) from the
variable indexed by
name_idx
. This is the TI
-
BASIC command RclGDB.
See chapter
14. Data Types
for a description of graph databases.
Inputs:
name_idx
Indexes the name of the graph database to recall.
Outputs:
None
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
On AMS 1.05 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: cmd_stogdb
Example:
This example saves the current graph database, makes some changes (for
whatever reason), and then finally restores the previous graph database
from the saved one.
EStackIndex oldTop, name_idx;
oldTop = top_estack;
TRY
push_quantum( END_TAG );
if (TokenizeSymName( (BYTE *) "gdb1", 0 ) == NULL)
ER_THROW( INVALID_PATHNAME_ERROR );
name_idx = top_estack;
cmd_stogdb( name_idx );
.
.
.
/* may change some of the graphed functions or graph window information here */
.
.
.
cmd_rclgdb( name_idx );
ONERR
top_estack = oldTop;
ERD_dialog( errCode, FALSE );
return;
ENDTRY
top_estack = oldTop;

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