Jump to content

Simple question


Recommended Posts

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)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...