This function returns TRUE if the number is odd.
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.
Rule | Meaning |
---|---|
IsOdd(PartCountTextBoxReturn) | Checks the return value of the PartCountTextBox and if it is an odd number, the IsOdd function will return TRUE. |
PartCountTextBoxReturn Value | Result of the IsOdd function |
---|---|
56 | FALSE |
29 | TRUE |