Returns True if the first of two specified integer values is less 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 type is integer.
LessThan(Value1, Value2: Integer(Default), [ParamType: String]): Boolean
LessThan(1,2)
The return value is True.