tb command

The tb command defines tab stops for use by subsequent uses of the TAB key.

Syntax

 tb tabstop{tabstop...}

Parameter(s)

tabstop Indicates tab positions.

Description

Pressing Tab embeds a specific number of spaces in the current item. Each argument is separated by a space. The maximum is 16 tab stops.

Pressing Tab (or Ctrl+I) while in Insert mode positions the cursor to the next defined tab stop. The Tab key has no effect when positioned beyond the last tab stop. See tabs command in Terminal Control Language.

Example(s)

 tb 3 6 9 12 15 18 21