{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Is Less Than operator
Creates a range with all values less than x. The following types for x and y are possible: number, boolean, currency, date, time, datetime and string.
Usage:
Is < x
Returns:
Returns a range including all values less than x.
Examples:
Is < CDate(2005, 8, 1) -> Returns a range including all dates before August 1st, 2005.
Is < 2.000 -> Creates a numeric range including all values less than 2.000.