Can I do an if command in an xlate to stop the following code from adding zeros to an empty field or is this something I need to do in a TCL proc.
set tmp2 [format “%05s” [lindex $xlateInVals 0]];set xlateOutVals
and how would you do it?
Thanks
Yamil