Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(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), (CPL64), and (DE).

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

b. PRINT (0) (CPL80)