Clovertech
› 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
Sure.
Change the proc to:
proc procname {args} {
args will be a list of arguments passed. You can pass as many as you like