R Correlative

Range. The R correlative limits returned data to that which falls within specified ranges.

Format

R n , m [; n , m ;…]

Parameter(s)

n

Lower bound

m

Upper bound

State these ranges in ascending numeric order: for example, R3,5;9,14;16,30. This returns data that falls within the ranges 3-5, 9-14, or 16-30.

Using the R Correlative

This R correlative returns only data that falls in a range from 10001 through 19999:

R10001,19999

See Also

Correlatives and Conversions Reference