| t | Index Level | u |
| Syntax | tb tabstop{ tabstop...} |
| Category | Editor |
| Type | Command |
| Description |
defines tabstops for use by subsequent uses of the <tab> key.
Each <tab> embeds a specific number of spaces in the current item. Each argument is separated by a space. The maximum is 16 tabstops. When the <tab> key is depressed (or <ctrl>+i) while in "insert" mode, the cursor is positioned to the next defined tabstop. The <tab> key has no effect when positioned beyond the last tabstop. See also the "tabs" (TCL) command. |
| Options | |
| See Also | tabs c editor |
| Example | .tb 3 6 9 12 15 18 21<return> |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| t | Index Level | u |