It was not critical until today!
Example
set qwe.qaz.1 Hello
set qwe.qaz.2 From
set qwe.qaz.3 ShloEmi
set wanted_qaz 3
upvar 0 "qwe.qaz.${wanted_qaz}" wanted_qaz_val
set this_will_be_ShloEmi $wanted_qaz_val
set qwe.qaz.2 From
set qwe.qaz.3 ShloEmi
set wanted_qaz 3
upvar 0 "qwe.qaz.${wanted_qaz}" wanted_qaz_val
set this_will_be_ShloEmi $wanted_qaz_val
Hope this helps...
this is fantastic !! i ve been looking for this madly !! thanks a lot !!
ReplyDeleteYour welcome, glad it helped :)
ReplyDelete