I have tried grabbing the field length using some tcl fragment code and saving into a temp var, and then doing a numeric compare to see if the result in less than 8…
Here is the fragment code (input is PID-7, output is @string_length):
set xlateOutVals
]]
Here is the IF statement:
IF @string_length < =8 The IF always evaluates to false. Does anyone know why? If I hard-code the value of @string_length to something less than 8, then it will work. Thanks, Steve