TEXT Mnemonic - Insert Text Into SYSPRINT Window
BBj-Specific Information
For this topic's original documentation, see TEXT Mnemonic - Place Text In SYSPRINT Window.
Syntax
'TEXT'(x,y),text$
'TEXT'(x,y)+text$
'TEXT'(x,y,+text$)
Description
In BBj 6.0 and higher, 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. Can include embedded formatting mnemonics (see FMTTEXT Mnemonic - BBj). |