Basic Syntax CrystalClear Syntax

In Range operator


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

Usage:

x in y

Return:

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.

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: