I am trying to convert a three character variable to a numeric field. I have divided the variable in to three substrings.
The reason for this change: entering a variable as range 1 and range 2, need to keep incrementing range 1 til it equals range 2. Example: range 1 = 100, range 2 = 103, the difference is 4 so the range will need to be incremented four times, 100, 101, 102, 103. Now for char range 1 = AA8, range 2 = AB1, the difference is 4 and the values need to be AA8, AA9, AB0, AB1.
Any assistance would be greatly appreciated. I have tried VAL, ACS,VMS.
The reason for this change: entering a variable as range 1 and range 2, need to keep incrementing range 1 til it equals range 2. Example: range 1 = 100, range 2 = 103, the difference is 4 so the range will need to be incremented four times, 100, 101, 102, 103. Now for char range 1 = AA8, range 2 = AB1, the difference is 4 and the values need to be AA8, AA9, AB0, AB1.
Any assistance would be greatly appreciated. I have tried VAL, ACS,VMS.