Functions

ISEVEN

Checks to see if a number is even. Returns true if even and false if odd.

Syntax

bool ISEVEN(int? value)