IsEven

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

Usage

@IsEven(<Number>)

Argument Name Description
Number The number to test.


Examples

@IsEven

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 @IsEven(2)  
A B C D
1 January February March
2 1000.0 TRUE TRUE TRUE
3 1001.0 TRUE TRUE TRUE
4 1002.0 TRUE TRUE TRUE