; Inform the 'Rad' user that the 'Order' field is null!
; Called from the [RA STATUS ENTRY] template.
ENV()
; Check the current environment the software is running under.
; If package is being installed DO NOT fire off message (0)
; If package wide variables are missing, DO NOT fire off message (0)
CHK
INCR(X)
; increment a variable by one
PARSE
; Parse out the list of numbers entered by the user.
EN1
;ENTRY POINT FOR INPUT TRANSFORM FOR FIELD 5, FILE 74
USRSEL(RABOOL,RACNT)
; Allows the user to select a number or list of
; numbers within a certain range.
; Vars: RABOOL=1 if a list of #'s can be entered i.e, 1-3,8 -or- 2,3,4
; =0 a single number is the only valid input
; RACNT=the upper value within the valid range of numbers
EXIT
EX
ASK
;Prompt for range of entries, parse response
COMMA(Y)
; If the last character in a string is a comma, strip it off
; example: 1-100, becomes 1-100