Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(CPL80)

Mnemonic: (CPL80)
Hex equivalent: "@0403@"
Discussion: The (CPL80) control code sets the screen display mode to 80 characters per line by 24 lines. The screen is cleared to foreground blanks and the cursor is moved to the "home" position. (Note: In normal mode, the cursor will be moved to the upper left corner of the screen. If typewriter mode is in effect, the cursor will be moved to the lower left corner of the screen.)

Also see (Screen), (CPL132), and (CPL64).

Example:
a. 100 FORMAT (CPL80)
   .
   PRINT (0,100)

b. PRINT (0) (CPL80)