gotolabel - return to where the goto command was originally called

View: New views
1 Messages — Rating Filter:   Alert me  

gotolabel - return to where the goto command was originally called

by meow730 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

...
echo / Test Case #1
...do something...
gotolabel / UncheckAll

echo / Test Case #2
...do something...
gotolabel / UncheckAll

echo / Test Case #3
...do something...
gotolabel / UncheckAll
label / UncheckAll
...


All I want is to be able to "return" to the spot in the script at which the gotolable command was called.  Is this possible?