| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Auto TAB Off) |
| Hex equivalent: | "@0E0004@" |
| Discussion: |
This mnemonic turns off the "automatic tab mode."
Also see (Auto TAB On). |
| Example: |
a. 100 FORMAT (Auto TAB Off) . PRINT (0,100) b. PRINT (0) (Auto TAB Off) |