Operation Manual

Chapter 16: Programming 452
Output(
Output(Output(
Output(
Output( displays text or value on the current home screen beginning at row (1 through 8)
and
column (1 through 16), overwriting any existing characters.
Note: You may want to precede Output( with ClrHome.
Expressions are evaluated and values are displayed according to the current mode
settings. Matrices are displayed in entry format and wrap to the next line. ! is not valid
as text.
Output(row,column,"text")
Output(row,column,value)
For Output( on a Horiz split screen, the maximum value for row is 4.
Program Output