in reply to Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?
in thread Is possible to force the execution of a END block at runtime, without need to start global destruction?

Wow, thanks, this is a nice point to start. But I need to avoid that the END blocks that I have called at runtime won't be called on global destruction. At least this B code have a way to find the right END block in the list for a package, than I can overwrite them with a null END block.

Many thanks.

Graciliano M. P.
"Creativity is the expression of the liberty".

  • Comment on Re: Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?