Scroll to navigation

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


NAME

read - Read from a channel

SYNOPSIS

read ?-nonewline? channelId

read channelId numChars


DESCRIPTION

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

SEE ALSO

chan(3tcl)

8.1 Tcl