So if you do this it won't interrupt your code . . .Originally Posted by mister_e
Main:
Do something useful
if ! useful then
Bookmark1:
do something other
else
goto main
Won't it simply stop when the label Bookmark1 is reached and not finish and
loop?
Bookmarks