Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  call one proc with the multi parameter value returned by another proc?
 
 Assuming y requires multiple args and x returns multiple words, use 
	Tcl`s eval command :

	eval y [x]