Operation Manual
Programming 13-17
8213PROG.DOC TI-82, Chapter 13, English Bob Fedorisko Revised: 02/09/01 9:25 AM Printed:
02/09/01 12:42 PM Page 17 of 18
ClrHome
ClrHome
(clear Home screen) clears the Home screen during execution
and places the cursor in the upper left corner, but program execution does
not pause unless
Pause
is encountered. (
PRGM I/O
item
8
)
ClrTable
ClrTable
(clear table) clears the table in the table editor during execution
and places the cursor in the upper left corner, but program execution does
not pause unless
Pause
is encountered. (
PRGM I/O
item
9
)
PrintScreen
PrintScreen
(print screen) prints the current screen on a printer attached
to an IBM
ê
-compatible computer or a Macintosh
ê
if you are using
TI-GRAPH LINK
é
software (Chapter 16). The dotted-bar pause indicator
displays. Press
Í
to resume execution.
PrintScreen
acts like
Pause
if
you are not using
TI-GRAPH LINK
. (
PRGM I/O
item
0
)
Get(
Get(
gets the contents of
variable
on another TI
.
82 and stores it to
variable
on the receiving TI
.
82.
variable
may be a number, list, list element, matrix,
matrix element,
Y=
variable, graph database or picture.
Get(
also can be
used to get data from an external compatible device. (
PRGM I/O
item
A
)
Get(
variable
)
Send(
Send(
sends the contents of
variable
to an external compatible device. It
cannot be used to send to another TI
.
82. (
PRGM I/O
item
B
)
Send(
variable
)