e93 Command Reference

Previous

Command Index

Next


setchannelbuffer

setchannelbuffer

Built-in

SYNOPSIS

setchannelbuffer channelId bufferName

DESCRIPTION

Attaches an e93 buffer to a Tcl output channel. The Tcl channel will be created if necessary. From that point on, data written to that Tcl channel will be inserted in the e93 buffer. If no bufferName is given the Tcl channel will be attached to the buffer of the e93 Window that is active at the time data is written to the channel. Only one buffer may be attached to any given channel. Any e93 buffer that was attached to the Tcl channel prior to this call will disconnected.

INPUT

None

OUTPUT

None

STATUS

The setchannelbuffer command will return an error in the following cases:
No channelId parameter is given.
No e93 buffer matching bufferName is found.

PARAMETERS

channelId

Identifies the channel for which the query is being applied.

bufferName

OPTIONS

None

SEE ALSO

getchannelbuffer


Previous

Command Index

Next

Last Changed January 2002