Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Auto Tab On)

Mnemonic: (Auto TAB On)
Hex equivalent: "@0E0003@"
Discussion: This mnemonic turns on the "automatic tab mode." In this mode, the cursor automatically advances to the next input field when it reaches the last character of the current input field.

Also see (Auto TAB Off).

Example:
a. 100 FORMAT (Auto TAB On)
   .
   PRINT (0,100)

b. PRINT (0) (Auto TAB On)