ixPuts

ixPuts - output text to the console.

SYNOPSIS

ixPuts [-nonewline] arg...

DESCRIPTION

The ixPuts command outputs its arguments to the console window with or without a newline.

ARGUMENTS
-nonewline

If present, suppresses a newline at the end of the output.

arg ...

Arguments which are concatenated together and displayed on the console.

RETURNS
0

No error; the command was successfully delivered to the IxServer.

1

Error; the command was delivered to the IxServer but it could not process the message.

EXAMPLE

package require IxTclHal

ixPuts "hello"

ixPuts -nonewline "This will "

ixPuts -nonewline "all be displayed "

ixPuts "on the same line"

SEE ALSO

logMsg