Forum Discussion

1 Reply

  • Hi,

    "puts" is a tcl command that write string into a channel.

    You can type

    man puts
    it will gives you all info regarding this tcl based command.

    puts ?-nonewline? ?channelId? string

    If no "ChannelID" is specified in arguments, it will print the string to "stdout"

    Check also this

    Hope it helps

    Regards