Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(CrMode)

Mnemonic: (CrMode=mode)
Discussion: This mnemonic controls the action of the Enter key. The following values may be used:
0 = default (from SYSGEN)
1 = Enter key works like Tab
2 = Enter key behaves like a CR (goes to beginning of next
    line unless a TM or TP is encountered)
History: This mnemonic was added in REL 00.06.
Example:
a. 100 FORMAT (CrMode=1)
   .
   PRINT (0,100)

b. PRINT (0) (CrMode=1)
This example shows how to make the Enter key work like the Tab key.