Previous Topic: Overlay the Current ScreenNext Topic: Example of the OUTPUT Command


Format of the OUTPUT Command

The OUTPUT command has the following format:

OUTPUT 'text string',r/c

where 'text string' is the text you want to display on the screen, r is the row you want the data to be displayed on, and c is the column in which the text will begin.

The following format is also acceptable:

OUTPUT 'text string',p

where p is the absolute screen position of the starting point.