User's Manual

242
Chapter 12: Programming
12PROG~1.DOC CH 12 Programming, English Julie Hewlett Revised: 02/07/01 11:31 AM Printed: 02/08/01 1:11
PM Page 242 of 32
5:DispTable
Displays the current table.
6:Output(
Displays text or values at a specified
position.
7:getKey
Checks the keyboard for a keystroke.
8:ClrScreen
Clears the Home screen.
9:ClrTable
Clears the current table.
0:GetCalc(
Gets a variable from another TI
N
73.
A:Get(
Gets a variable from the CBL 2/CBL or CBR.
B:Send(
Sends a variable to the CBL 2/CBL or CBR.
Input 8 " 1
Input
functions in two different ways. You can use it to store to
a variable value or to display the current graph.
Storing to a Variable
Input
accepts input and stores it to
variable
. When the program
is executed, a
?
(question mark) prompt (unless otherwise
defined) is displayed. Enter a real number, a list name, or a
Y
n
function. Then press
b
, which tells the calculator to
evaluate the input and store the value to
variable
.
:Input
variable
To input lists and expressions during program execution, you
must use the Text editor to include braces ( {} ) around the list
elements and quotation marks (
"
"
) around the expressions
and
Y
n
functions.
You also can display text of up to 16 characters as a prompt.
During program execution, enter a value after the prompt, and
then press
b
. The value is stored to
variable
, and the
program resumes execution.
:Input "
text
"
,
variable