brumango Posted March 3, 2022 Share Posted March 3, 2022 I was looking in help file and i saw that the WhileLoop continues until the expression is false. Is there a way to make the WhileLoop run until the expression is true? Example, I want it to continuously PixelSearch in the same spot and once the color appears then in clicks and ends the while loop and continues on with the rest of the code. Any help is appreciated. Link to comment Share on other sites More sharing options...
Developers Jos Posted March 3, 2022 Developers Share Posted March 3, 2022 That question doesn't make sense as it is what it is and all you need to do is change the condition so it will be reversed. Post a test code when you want an exact solution. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
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