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’