Reply To: Precision in XLate

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Precision in XLate Reply To: Precision in XLate

#56677
Anonymous
Participant

    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.