Texas TI-86 用户手册

下载
页码 431
Chapter 20: A to Z Function and Instruction Reference     
329
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 329 of 118
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 329 of 118
Outpt(
‡ program editor
I/O menu
Outpt(
row
,
column
,
string
)
Displays string beginning at row and column, where
 row  8 and 1  column  21.
Outpt(
row
,
column
,
value
)
Displays value beginning at the specified row and
column
.
Outpt("CBLSEND",
listName
)
Sends the contents of listName to the CBL or CBR
System.
You can send data also by using 
Send(
 as described on
page 350.
Program segment:
  
©
:ClLCD
:For(i,1,8)
: Outpt(i,randInt(1,21),"A")
:End
  
©
Example result after execution: