hi,
I'm kinda new in TCL im working right now with the "Tcl and the Tk toolkit book" 2nd edition. I'm checking about variable tracing right now, and I fount this example:
trace add variable size write forceint
proc forceint {name element op} {
upvar 1 $name x ${name}_old x_old
if {[regexp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.