Returns TRUE if the given value is not a number and FALSE if it is
IsNonNumber([Value])
Where:
Value is the value to check
Rule | Meaning |
---|---|
IsNonNumber(TextBoxReturn) | Checks the return value of the form control TextBox and returns TRUE if the value is not a number and FALSE if it is a number. |