Reply To: Passing multiple args to a tcl proc in one variable

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Passing multiple args to a tcl proc in one variable Reply To: Passing multiple args to a tcl proc in one variable

#57027
Charlie Bursell
Participant

    Sure.

    Change the proc to:

    proc procname {args} {

    args will be a list of arguments passed.  You can pass as many as you like