Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(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)