tbaror Posted September 21, 2009 Posted September 21, 2009 Hello All, is there a way to run/execute multiple function in parallel ? if yes could one point me to example. Thanks
jvanegmond Posted September 21, 2009 Posted September 21, 2009 If you need to have a concurrent process then you can use Run or ShellExecute to run another script and communicate with it using messages. The other process can ask for the value of any global variable it needs using messages, as well as being passed parameters. Piccaso has already done a a udf for that.http://www.autoitscript.com/forum/index.php?showtopic=83967&st=0http://www.autoitscript.com/forum/index.php?showtopic=23545&st=0 github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now