C
cwright
Guest
This would a great feature as currently CATCH does nothing with a STOP condition. 1. I think that CATCH should do just that; CATCH all error and stop conditions. 2. I think you can refactor to avoid the DO ON STOP higher in the call stack 3. Engineering needs to make sure that the finally block executes before the final STOP happens. This allows good clean-up. My 2 Cents
Continue reading...
Continue reading...