GreaterThan

Description

Returns True if the first of two specified integer values is greater than the second. Parameter type is optional and specifies the parameter types for the values to be compared. Valid parameter types are string, integer, float, and date. The default parameter types is integer.

Syntax

GreaterThan(Value1, Value2, ParamType: String): Boolean

Example

GreaterThan(1,2)

The return value is False.