version 6.0
WR O SET TABS (area; old; new; leader; justification)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
old | Integer | Old tab in points | |
new | Integer | New tab in points | |
leader | Integer | Leader character [0 3] | |
justification | Integer | Justification [0 3] |
Note 6.5: This command was only maintained for compatibility purposes. We recommend using the WR SET TAB command.
Description
The command WR O SET TABS adds, modifies, or deletes tab stops for the selected paragraphs in area. This command moves the tab stop described by old to the tab stop described by new.
If old equals -1, or if there is no tab stop at old, WR O SET TABS creates a new tab at the position specified by new. If new equals -1, WR O SET TABS deletes the tab at the position specified by old. If a tab is created or moved, it is modified by the leader and justification parameters.
leader specifies the fill character to use for the tab. The following are the possible values for leader:
justification specifies the type of justification the tab will have. The following are the possible values for justification:
See Also