Home Search

DriveWorks Pro 21
IsEven

Send Feedback

IsEven

This function returns TRUE if the number is even.

Syntax

IsEven([Number])

Where:

Number is a number or a reference to a number to be checked.

If the number is even then the IsEven function will return TRUE.

If the number is odd then the IsEven function will return FALSE.

Examples

Rule

Meaning
IsEven(OrderNumberTextBoxReturn)Checks the return value of the OrderNumberTextBox and if it is an even number, the IsEven function will return TRUE.

Example Outcomes

OrderNumberTextBoxReturn Value

Result of the IsEven function

21FALSE
24TRUE