Returns True if the first of two specified integer values is less than or equal to 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.
LessThanOrEqual(Value1, Value2: Integer(Default), [ParamType: String]): Boolean
LessThanOrEqual(3,3)
The return value is True.