LessThan Function - microsoft/MIMWAL GitHub Wiki
Syntax
bool LessThan(value:int, comparison:int)
Description
Returns a Boolean value indicating whether the first integer is less than the second.
Remarks
If any input parameter is null, the function returns false.
Supported Version
1.0.0.0 and later
Examples
IIF(LessThan(Length([//Target/EmployeeID]),8)), LeftPad([//Target/EmployeeID],8,"0"),Null())