Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Numeric value › Reply To: Numeric value
April 27, 2005 at 1:19 pm
#56456
Dennis Pfeifer
Participant
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’