IN-RANGE |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > IN-RANGE
|
|
Purpose |
IN-RANGE tests whether a value is within or equal to the limits of a specified range. |
Syntax |
IF value IN-RANGE ‘low-limit’ ,‘high-limit’ THEN statement; |
Operation |
value is the value to be tested. This can be an alphanumeric, wide, or numeric variable. |
Remarks |
|
Example |
IF $CHAR IN-RANGE "A","Z" THEN STEP(3); |
Topic ID: 520069