| Name | Type | Options | Opt/Req | Description |
| checkNum | 30,9 | Const | Req | The number to compare. |
| fromNum | 30,9 | Const | Req | The low number comparator. |
| toNum | 30,9 | Const | Req | The high number comparator. |
| compareABS | N | Const | Opt | Indicates whether or not the absolute values of the range are to be used for the comparison. If compareABS is not sent then ABS is NOT used. |
| Returns: | N | n/a | n/a | *ON if checkNumber is within the range and *OFF if it is not. |