Jump to content

Recommended Posts

Posted

You can do multiple things in one loop. If the loops do not use variables with the same name you can usually just copy the content of one loop into the other.

If that isn't what you mean I think you need to eleborate on your question a bit.

Posted

AutoIt does not support multi-threading. You can however use "Select / Case" to look for stuff.

or have one script run() others so that they can run at the same time if necessary, but that is seldom REALLY necessary

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...