I've been asked to modify a routine that reads in a set of acceptable return codes like:
PARSE UPPER VAR CCS CC1 CC2 CC3 CC4 CC5 CC6 CC7 CC8 CC9 CC10
the modification should be able to read a range of data to extend the input say from
0,4,8,50,60,70,80,90,92,95
to
0,4,8,50,60-70,80,90,92,95
anyone have any ideas?