Hi, say i call a function from within an event. Will the event carry on processing the code below the function call? Or will it wait until the function returns to the caller, and the event will process the rest of the code? If the event does process code after the function not waiting for it to rerurn, is there any way of preventing this?
Thanks for your help.