Any suggestion on how I can make this work in 1 sequence.....
....
N210 IF [V9 GT 1] GOTO N240
N220 LRT=DL+.06
....
...is there a way to set a variable based on a condition?
....
N210 IF [V9 GT 1] LRT=DL+.06
....

Cheers!