Getting Values Into A Program - Texas Instruments TINSPIRE Manual Book

Teacher software guidebook
Hide thumbs Also See for TINSPIRE:
Table of Contents

Advertisement

Interrupting a running program
While a function or program is running, the busy pointer
To stop the function or program,
Windows®: Hold down the
Macintosh®: Hold down the
Handheld: Hold down the
A message displays. To edit the function or program in the Program
Editor, select
break occurred.

Getting values into a program

You can choose from several methods to supply the values that a
function or program uses in calculations.
Embedding the values within the program or function
This method is useful primarily for values that must be the same each
time the program or function is used.
1. Define the program.
2. Run the program.
Letting the user assign the values to variables
A program or function can refer to variables created beforehand. This
method requires users to remember the variable names and to assign
values to them before using the object.
1. Define the program.
. The cursor appears at the command where the
Go To
key and press
F12
key and press
F5
c
key and press
}
displays.
repeatedly.
Enter
repeatedly.
Enter
·
repeatedly.
Programming
687

Advertisement

Table of Contents
loading

Table of Contents