Charles... i apologize for bringing this back, but, is there a way to add a more free goto? It doesnt
matter if its a lower level method... maybe i can take a look at oxygen's code...
I am trying to re-implement exit macro, it works but by adding tricks that not always will work
depending on the content of the macro.
Sometimes the macro can end where a block starts... so, emulating an EXIT MACRO will fail, because
exiting the macro would force jumping into a block like do/loop.
Scopes are great, but sometimes skills are crippled by them...