Scroll to navigation

fconfigure(3tcl) Tcl Built-In Commands fconfigure(3tcl)


NAME

fconfigure - Set and get options on a channel

SYNOPSIS

fconfigure channelId
fconfigure channelId name
fconfigure channelId name value ?name value ...?

DESCRIPTION

The fconfigure command has been superceded by the chan configure command which supports the same syntax and options.

SEE ALSO

chan(3tcl)

8.3 Tcl