capt

capt


cal Index Level capture-off
Syntax capt {(option}
Category TCL
Type Verb
Description enables or disables the capturing of every TCL command issued. When enabled, TCL commands are placed in the "captcl" file using the item-id "user-id*port.number".

The "captcl" file must be created, or a pointer must be established to it prior to using this verb.

"capt" is the verb invoked by the "capture-on" and "capture-off" commands.
Options o  Turns capturing off.

n  Deletes item after disabling and is only valid with the "o" option.
See Also capture-on
Example capt
Turns on TCL command capturing.

capt (o
Turns off TCL command capturing.

capt (on
Turns off capturing and deletes item from "captcl".
Warnings
Compatibility D3 7.0 AP
cal Index Level capture-off