Take Command / TCC Help v. 13.03
@TCLNot in LE
Hide Navigation Pane
@TCLNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@TCLNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@TCL[expression] : Returns the string result of the Tcl expression. (You cannot run a Tk script in @TCL, because there is no Tk event loop.  If you want to run a Tk script, you need to execute it from the command line as you would a Tcl script, or with the @TK function.)

 

The Tcl interpreter in TCC is persistent, so if you want to reset it pass an empty string to @TCL.

 

See also @TK.

Comments (...)