Assign a value to a number of Variables
Posted by Sam S on February 13, 2002 7:50 PM
I can't seem to work this one out, I have several Constants that have been assigned specific values. In my procedure I need to often assign a number of variables (changes during the procedure) to one of these constants. Is there a one liner that will do this e.g.
var1, var4, var5, var7 = constant2
Thanks in anticipation.