IsOdd

Returns True/False indicating whether the specified number is odd.

Usage

@IsOdd(<Number>)

Argument Name Description
Number The number to test.


Examples

@IsOdd

function example

A B C D
1 January February March
2 1000.0
3 1001.0
4 1002.0
Procedure  
  Method Overload ErrorHandlingMode  
    Argument Value Comment
OnAfterBuild  
  SetEntry Text    
    Address Data.Range  
    CellByCell True  
    CellCondition  
    Entry @IsOdd(@CRow())  
A B C D
1 January February March
2 1000.0 FALSE FALSE FALSE
3 1001.0 TRUE TRUE TRUE
4 1002.0 FALSE FALSE FALSE