Home Search

DriveWorks Solo 21
IsOdd

Send Feedback

IsOdd

This function returns TRUE if the number is odd.

Syntax

IsOdd([Number])

Where:

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

If the number is odd then the IsOdd function will return TRUE.

If the number is even then the IsOdd function will return FALSE.

Examples

Rule

Meaning
IsOdd(PartCountTextBoxReturn)Checks the return value of the PartCountTextBox and if it is an odd number, the IsOdd function will return TRUE.

Example Outcomes

PartCountTextBoxReturn Value

Result of the IsOdd function

56FALSE
29TRUE