Appendix A: System Routines — Graphing
587
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_stogdb
Declaration:
void
cmd_stogdb
(EStackIndex
name_idx
)
Category(ies):
Graphing, Variables
Description:
Store the current graph database into the variable indexed by
name_idx
.
This is the TI
-
BASIC command StoGDB. See chapter
14. Data Types
for a
description of graph databases.
Inputs:
name_idx
— Indexes the name of the graph database to store to.
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_rclgdb
Example:
See
cmd_rclgdb
.