.tcl box Command

The .tcl box command executes the specified TCL command as part of the output and draws a box around it. This command is similar to the .box command, except that the box parameters cannot be specified. The width of the box is determined by the left and right margins.

Syntax

.tcl box tcl.command

Synonym(s)

.tclbox

Parameter(s)

tcl.command

Specifies the TCL command to be output with a box.

Example(s)

The who command is used to show the current user-ID and account name.

.tcl box who

See Also

.box Command, Output Processor Commands, Output Processor Overview