Hi All,
I am trying to build a loop that will return my code to a specific line
number, what is the proper syntax.
the line I am trying to write looks something like this.
If (nRatioVal < 250) go back to line # 89;
Ny help is greatly appreciated,
Thanks,
JD
I am trying to build a loop that will return my code to a specific line
number, what is the proper syntax.
the line I am trying to write looks something like this.
If (nRatioVal < 250) go back to line # 89;
Ny help is greatly appreciated,
Thanks,
JD
Comment