TEXT Mnemonic - Insert Text Into SYSPRINT Window
Syntax
'TEXT'(x,y),text$
'TEXT'(x,y)+text$
Description
For BBj-specific information, see TEXT Mnemonic - Insert Text Into SYSPRINT Window - BBj
The 'TEXT' mnemonic inserts the contents of text$
in the SYSPRINT device at the location defined by x,y.
Parameter |
Description |
x |
Horizontal position of the upper-left corner in inches. |
y |
Vertical position of the upper-left corner in inches. |
text$ |
Text string. |