Previous Topic: Format of the OUTPUT CommandNext Topic: Display Multiple Lines of Data


Example of the OUTPUT Command

Either of the following statements will display the string "Start here" starting in row 2, column 1 of an 80-column screen:

OUTPUT 'Start here',2/1

or

OUTPUT 'Start here',81

Note: If you specify neither r/c nor p, the data will be displayed starting at the screen position represented by the variable &LOC.