Mnemonics
'CP' Condense Print for Screen
GUI Display/Printer or Character Display/Printer
 
Description 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 ProvideX, 'CP' or 'SP' affect only the data that follows the mnemonic.


*Note* This is only available on display devices that support this functionality.


 
Example 10 open(1)"LP"
20 print (1)"NORMAL"+'cp'+"COMPRESSED"+'SP'+"NORMAL"
30 close(1)
If the example above is run in ProvideX, the word COMPRESSED would be in condensed print, and NORMALwould 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.)