cost 108 ms
What purpose does upvar serve?

In the TCL code that I currently work on, the arguments in each procedure is upvar'ed to a local variable so to speak and then used. Something like th ...

2016-02-19 13:48:56   3   577    tcl / upvar  
Tcl upvar issue

Im trying to modify a variable using upvar (in an upward stack), but the value of the variable is passed to the procedure and not the variable name. ...

2015-08-30 08:43:35   2   214    tcl / upvar  
Tcl upvar to a variable in another proc

I have two procs: From MAIN I call another proc Glob. $Allforces is a list of lists. I get "No such variable" as an error for my attemt to upvar. S ...

2013-07-05 14:28:18   1   461    tcl / upvar  
how the upvar command works in TCL?

I have a question about upvar command in TCL. Using upvar command, we have have a reference to a global variable or a local variable in other procedur ...

2012-06-15 09:23:21   4   20390    tcl / upvar  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM