skip

skip


sk Index Level sp
Syntax .sk{ip} {number.lines}
Category Output Processor
Type Command
Description outputs a specific number of blank lines using the current line spacing.

The line spacing can be set either by the ".spacing" command or as part of the statement that invokes OP.

If the current line spacing is 2, a ".skip" command skips 4 lines.

If "number.lines" is not specified, "number.lines" defaults to one.

To skip lines based on a single-line spacing, instead of the current line spacing, use the ".space" command.
Options
See Also spacing OP commands space sk Output Processor
Example .spacing 4
{text
.skip 2
{more text
Warnings
Compatibility D3 7.0 AP
sk Index Level sp