Ariba,
I’m assuming that all you are doing is stripping the leading zero’s off of the number. A simpler way to do this within the xlate is (assuming xlateInVals is the number you are doing the operation on):
set xlateOutVals [string trimleft $xlateInVals 0]
Hope this helps….
Thomas G. Rioux