'CP' |
Condense Print for Screen |
GUI Display/Printer or Character Display/Printer
Use 'CP' to reduce the window and region size, and/or change the font to condensed print. To restore the screen and font to regular size, use the 'SP' mnemonic.
In PxPlus, 'CP' or 'SP' affect only the data that follows the mnemonic.
open (1)"LP"
print (1)"NORMAL"+'CP'+"COMPRESSED"+'SP'+"NORMAL"
close (1)
If this example was run in PxPlus, the word COMPRESSED would be in condensed print, and NORMAL would be in standard print.
(In other Business Basics, the font for the complete line is affected, and for this example would be in standard print.)