Programming
594
Folder Variables Variables that are stored in a particular folder.
•
If you store to a variable name only, it is stored in the
current folder. For example:
5
!
start
•
If you refer to a variable name only, that variable must
be in the current folder. Otherwise, it cannot be found
(even if the variable exists in a different folder).
•
To store or refer to a variable in another folder, you must
specify a path name. For example:
5
!
class\start
(class = Variable name; start = Folder Name)
After the program stops, any folder variables created by
the program still exist and still take up memory.
Local Variables
Temporary variables that exist only while a program is
running. When the program stops, local variables are
deleted automatically.
•
To create a local variable in a program, use the
Local
command to declare the variable.
•
A local variable is treated as unique even if there is an
existing folder variable with the same name.
•
Local variables are ideal for temporarily storing values
that you do not want to save.
Scope
Description
Summary of Contents for TI-89 Voyage 200
Page 1: ...TI 89 Titanium Graphing Calculator...
Page 35: ...Getting Started 35 2 B u s i n e s s D B D B Press Result...
Page 44: ...Getting Started 44 3 0 D B D D Press Result...
Page 45: ...Getting Started 45 B D D 2 0 0 2 Press Result...
Page 46: ...Getting Started 46 D B Scroll down to October and press D 1 9 Press Result...
Page 60: ...Getting Started 60 Example Set split screen mode to TOP BOTTOM Press Result 3 B D...
Page 63: ...Getting Started 63 2 D B 4 Press Result...
Page 453: ...Differential Equation Graphing 453...
Page 468: ...Tables 468...
Page 539: ...Data Matrix Editor 539...