Hello
Is there a way to use Goto or something like it in QA? I have a script with
a few GO statements, as I'm sure you know, declared variables, labels, and
goto's only have scope within each GO block. If i have an error in the
second or third, of 5 GO blocks, I want to trap the error number and goto
only ONE error handler label.
Anyone know of a way?
Thansk.
Matthew Wells
MWells@FirstByt e.net
Is there a way to use Goto or something like it in QA? I have a script with
a few GO statements, as I'm sure you know, declared variables, labels, and
goto's only have scope within each GO block. If i have an error in the
second or third, of 5 GO blocks, I want to trap the error number and goto
only ONE error handler label.
Anyone know of a way?
Thansk.
Matthew Wells
MWells@FirstByt e.net
Comment