Outpt – Texas Instruments TI-86 User Manual

Page 341

Advertising
background image

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
1

 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:

Advertising