options: TCL

options: TCL


op Index Level overflow
Syntax TCL.command ... (n
TCL.command ... (p
Category TCL
Type Definition
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.
See Also block-print itemlist* list-files monitor-status tcl2 verbs lu n sortu p options: sort-users ld list-lists list-commands ldf list-users list-jobs listabs list-verbs list-macros list-menu
Example copy dm,bp, term-type (p
block-print this is a test (n
Warnings
Compatibility D3 7.0 AP R83
op Index Level overflow