Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(DE)

Mnemonic: (DE)
Hex equivalent: "@0404@"
Discussion: Default characters per line.

This control code sets the default number of characters per line. The default value is established in the terminal setup, the terminal emulator setup, or the console setup, depending on the type of device being used.

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

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

b. PRINT (0) (DE)