I have to create a local error handling routine with resume.
Is it possible to have one byte per statement added only in
the sub that the local handler refers to? I cannot just use
$event off outside the sub because i need other events to be
trapped and there is a global error handler (without resume)
------------------
Is it possible to have one byte per statement added only in
the sub that the local handler refers to? I cannot just use
$event off outside the sub because i need other events to be
trapped and there is a global error handler (without resume)
------------------
Comment