SEPARATOR
SEPARATOR line_data[, line_data]


line_data is either a line style, or a number representing the percentage of the width of the page to draw along. The number may optionally include a % sign, although it is not required.

The style is one of SOLID, DOT, DASH, DOUBLE (actual line styles) or THIN, MEDIUM, THICK (line thicknesses).

Note that for DOUBLE, the thickness controls how far apart the double lines are; the double lines themselves are always thin.

If the style is not supplied, SOLID is assumed. If the thickness is not supplied, THIN is assumed. If no percentage is supplied, 100% is assumed.

If SEPARATOR is issued with no parameter at all, SOLID, THIN and 100% are assumed. Note that separators show over the top of the BANNER colour.


Example:

SEPARATOR 75%, MEDIUM, DASH