{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Make Range operator
Creates a range from x to y. The following types for x and y are possible: number, boolean, currency, date, time, datetime and string.
Usage:
x to y
Returns:
Returns a range from x to y.
Examples:
CDate(2005, 01, 01) to CDate(2005, 8, 1) -> Returns a range beginning with January 1st, 2005 and ending with August 1st, 2005.
1.000 to 2.000 ->Creates a numeric range beginning with 1.000 and ending with 2.000.