Greater than

Reference documentation for using the Greater than expression

Written By Ben Lehmann

Last updated 9 months ago

Purpose

Test whether a value or evaluated expression is greater than another

Parameters

Two number values

Returns

Boolean

Description

Test numbers using the greater than inequality. If the left number is greater than the right number, the expression returns TRUE.

Comments

Only number types can be tested with inequalities. Using non-number types produces an error.


v3.0