Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Precision in XLate › Reply To: Precision in XLate
Brian,
if the “.00” is always there, you can just put the line
set xlateOutVals [string range $xlateInVals 0 [expr [string length $xlateInVals] – 3]]
in your Xlate. You can’t do it with just your Xlate, but one line in your Action can.