Two lines …
regsub {_} [lindex $xlateInVals 0] { } xlateOutVals
set xlateOutVals [list $xlateOutVals]
This obviously doesn’t work (regsub returns a 1), but I’m pulling out my hair try to figure out how to make it work …
set xlateOutVals [list [regsub {_} [lindex $xlateInVals 0] { } xlateOutVals]]
-- Max Drown (Infor)