I am pulling in a string and need to decide if it is a number. If it is I want to use that number, if it's not a number I want to print something along the line of "Incorrect input". I have the following so far...
Stringvar Text_Warning;
If NumericText ({OPERATION.USER_8})
Then ({GOOD_QTY}*tonumber ({OPERATION.USER_8}))/12
Else
If NumericText ({OPERATION.USER_8}) = False
then Text_Warning:= "Entry Missing or Invalid"