Options (TCL)

The print (p and no pause (n options are the only standard options available to every TCL command.

NOTE

Options are special characters that alter the normal effect of a TCL command.

Options always display at the end of a TCL command and must be preceded by a left parenthesis. Commas (,) are optional between the parameters. This rule does not, however, apply to spooler, dump, and where options.

Syntax

tcl.commands...(n

tcl.commands...(p

Parameter(s)

options

n

Activates the nopause function on output to the terminal.

p

Directs output to the system printer via the spooler.

Example(s)

copy dm,bp, term-type (p

block-print this is a test (n

See Also

block-print Command, ld Command, ldf Macro, list-commands Macro, list-files Command, list-jobs Macro, list-lists Macro, list-macros Macro, list-menu Command, list-users Command, listabs Command, monitor-status Command, Options, sort-users Command