+---------- On Sep 5, Brian Fenton said:
> now I've replaced it with:
> eval "set SumX \$::ba_ns::$SumName"

This is the idiomatic way of "dereferencing" a variable containing a
variable name:

set SumX [set ::ba_ns::$SumName]

Reply via email to