Product Site

5.4.26.7. numberRange (Class Method)

Validates that number is a valid Rexx number in the range min to max, with comparisons done under NUMERIC DIGITS digits. If digits is not specfied, it defaults to 9.

Raises a syntax error for argument name if the validation fails, else returns with no result.

See also method wholeNumberRange.