Reply To: Passing multiple args to a tcl proc in one variable Homepage › 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 July 15, 2005 at 2:17 pm #57027 Charlie BursellParticipant Sure. Change the proc to: proc procname {args} { args will be a list of arguments passed. You can pass as many as you like