martyn10 Posted July 4, 2010 Posted July 4, 2010 hey all. sorry if this is a noobie question but couldnt find it anywhere. The problem I have is I have two func one needs to loop continuesly while the other is running also. Is there any ay to do this. I would like the Func 1() to continue looping as the Func 2() is loopng also, instead I have to wait for func 2() to finish before Func 1() will loop again Please help if there is a way.
somdcomputerguy Posted July 4, 2010 Posted July 4, 2010 AutoIt can't multithread process. This function may help you accomplish though, AdlibRegister. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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