WRAP Mnemonic - Set Line Wrapping Attributes
Syntax
'WRAP'("ON")
'WRAP'("OFF")
Description
The 'WRAP' mnemonic sets line wrapping attributes.
Parameter |
Description |
"ON" |
Advances the cursor to the start of the next line if a line contains more characters than can be printed. |
"OFF" |
Disables line wrapping and prevents the cursor from advancing to the start of the next line if a line contains more characters than can be printed. |