{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

In Range operator

Checks if a value x falls in the range specified in y.

Usage:

x in y

Returns:

True, if x falls in the range specified in y.

Examples:

CDate(2005, 06, 11) in ( CDate(2005, 01, 01) to CDate(2005, 8, 1) ) // Returns True.
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - In Range