Reply To: Numeric value

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Numeric value Reply To: Numeric value

#56456
Dennis Pfeifer
Participant

    Nothing native to the Xlate functions .. but ..

    a one line tcl will do the trick …

    perform a copy ..

    use the following (one line) in the pre proc.

    set xlateOutVals

      ]]

      then .. set the output to @isInteger

      and use @isInteger in an Xlate If statment …

      If @isInteger==1

      Then it’s numeric.

      Dennis

      P.S. (assuming your numbers aren’t too big)

      you may wish to remove the -strict so that empty strings are ‘integers’