Hello,
I have a simple tcl question.
I have a variable name which has the value of another variable in it. How do I reference the value of this variable?
eg
set a 3
set b_$a 5
How do I reference the value of b_$a?
If I use $b_$a, it does not work. I have tried other things like using...
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.