Stop executing code in an event handler
Stop executing code in an event handler
Is there a way to stop executing the code in an event handler before it is completed ? In a subroutine you can simply do a return but there is nothing for an event handler to return to.
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: Stop executing code in an event handler
You can use RETURN in any routine. When used in an EVTROUTINE processing stops and control is returned to the UI.
Regards
Regards