'SP' |
Standard Print |
GUI Display/Printer or Character Display/Printer
Use 'SP' to switch to standard print from 'CP' (condensed print). In PxPlus, 'CP' or 'SP' affects only the data that follows the mnemonic. On GUI devices, the 'SP' mnemonic will reset to standard printing size.
'CP' Condense Print for Screen
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 the word NORMAL would be in standard print. (In some other Business Basics, the font for the complete line is affected, and for this example, all text would be in standard print.)