NomadByNature Posted August 22, 2013 Posted August 22, 2013 In this line of code .......... Until PixelGetColor (50, 358) <> 0xF6F6F6 Or TimerDiff($timer)>60000 it states to do X unitl PixelGetColor at X,Y does not = 0xF6F6F6 or the timer is reached. What is the opposit of <> or, how would i code it to say, Do , X until the pixel at x,y DOES = 0xF6F6F6 Thanks
DW1 Posted August 22, 2013 Posted August 22, 2013 In this line of code .......... Until PixelGetColor (50, 358) <> 0xF6F6F6 Or TimerDiff($timer)>60000 it states to do X unitl PixelGetColor at X,Y does not = 0xF6F6F6 or the timer is reached. What is the opposit of <> or, how would i code it to say, Do , X until the pixel at x,y DOES = 0xF6F6F6 Thanks <> means does not equal. The opposite would simply be = (equals) AutoIt3 Online Help
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