User's Reference > General > TCL and General User Commands > Command Reference > R > RUNOFF

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

RUNOFF (TCL) (m604806+runoff.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RUNOFF

Initiates the RUNOFF text processor.

Command Class

TCL-II command.

Syntax

RUNOFF file-specifier item-list {(options}

Syntax Elements

file-specifieris the file containing text items to be RUNOFF.

item-listis one or more item-ids separated by spaces, a list generated by a list-generating command, or an asterisk (*) to specify all items.

Options

J Suppresses highlight.

N Suppresses automatic paging.

P Sends output to printer.

R Resets all parameters on each new item.

S Suppresses underline and bold.

U Forces uppercase.

Hilite Facility

The 'hilite' facility prints a character in the margin against selected lines of text.

The following command turns on the hilite facility, using the current hilite character or the default hilite character, which is '|':

.HILITE ON

The following command turns on the hilite facility and assigns hilite character c, where c is a character greater than space, less than a system delimiter, and not 'o' or 'O':

.HILITE c

The following command turns the hilite facility off:

.HILITE OFF

RealityV15.0Comment on this topic