Search found 2 matches
- Mon Mar 04, 2013 9:22 pm
- Forum: Technical / Scripting
- Topic: Exit in the script
- Replies: 3
- Views: 4770
re: Exit
The event sub needs to finish. It would only exit once finished and returned to the main thread, or if you exit in the sub. Hi Marcus, Thank you for your prompt reply. However it seems that I didn't make my question clear. It looks like during the script executing "EXIT", some other OnEvent NewWind...
- Mon Mar 04, 2013 1:20 am
- Forum: Technical / Scripting
- Topic: Exit in the script
- Replies: 3
- Views: 4770
Exit in the script
Hello there, I come across this problem, when using 'exit', the script doesn't exit while some other Onevent sub is calling. is that Macro scheduler limitation or any work around? Checked the log file, it seems that: Start: Exit>1 '------- go to other onevent sub' 'infinite loop never got "End:Exit>...