Home Search

DriveWorks Solo 21
IsNonBoolean

Send Feedback

IsNonBoolean

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

Syntax

IsNonBoolean(Value As String)

Where:

Value is the value to check.

Examples

RuleMeaning
IsNonBoolean(OptionRequiredReturn)Will return TRUE when the value coming from the control OptionRequired is not a Boolean value.