Home Search

DriveWorks Pro 21
IsNonNumber

Send Feedback

IsNonNumber

Returns TRUE if the given value is not a number and FALSE if it is

Syntax

IsNonNumber([Value])

Where:

Value is the value to check

Examples

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.