CAS 6


roo
- Relational

Summary

Determine if field values fall within a numeric range excluding both bounds.

Examples

RATE roo 5 6
(RATE gt 5) and (RATE lt 6)

Syntax

NumField roc LowerBound UpperBound

Left Arguments

Name Data Type Input Type Description Optional Default
NumField Numeric Field, Constant No

Right Arguments

Name Data Type Input Type Description Optional Default
LowerBound Numeric Constant, Field Lower Bound (not included in range) No
UpperBound Numeric Constant, Field Upper Bound (not included in range) No

Result

Type: Boolean

1=inside the range, 0=outside the range



Build 6.0.624