tcl.options
Standard TCL options.
Syntax
TCL.command ... (n TCL.command ... (p
Description
discussion of the 'p' (print) and 'n' ('no pause') options, the only 'standard' options available to every TCL command.
Options are special characters that alter the normal effect of a TCL command.
Options always appear at the end of a TCL command and must be preceded by a left parenthesis character. The right parenthesis is optional, as are ',' (commas) between the parameters. This rule does not, however, apply to Spooler, dump, and where options.
Options
n Activates the 'nopause' function on output to the terminal.
p Directs output to the system printer, via the Spooler.
Example
copy dm,bp, term-type (p
block-print this is a test (n
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
