-Q9B- call one proc with the multi parameter value returned by another proc?

From: -IX-  How, in Tcl, can I XXX:

A9B. Assuming y requires multiple args and x returns multiple words, use 
	Tcl's eval command :

	eval y [x]
Go Back Up

Go To Previous

Go To Next