Drstein99
Junior Contributor
I'm writing a program that has to follow a certain path (at times).
The program always needs to respond to its usual events.
The times when it must follow a path, I want to execute the next function, which may mean it might execute another function etc ....
I'm wondering: Is there a way to instruct the event handler to execute a subroutine AFTER the current subroutine is finished?
The program always needs to respond to its usual events.
The times when it must follow a path, I want to execute the next function, which may mean it might execute another function etc ....
I'm wondering: Is there a way to instruct the event handler to execute a subroutine AFTER the current subroutine is finished?