Hi, Consider a part of a program: var1 FCB 1 var2 FCB 7 var3 FCB 4 . . . varN FCB ? If I want to use a variable (say X) to determine when to use "var1" to "varN", how can I do this (other than a whole bunch of CMP's). (i.e. when X = 3, I want to (...) (27 years ago, 6-Nov-97, to lugnet.robotics.handyboard)
|