Hi,
I have a loop which is setting variable names based on the index of the loop like this:
for { set j 1 } { $j <= 3 } { incr j } {
set A$j [ blah blah blah ]
}
this works fine. What I am trying to do now is re-access those variables in another loop later in my script for example...
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.