Jump to content

Recommended Posts

Posted

Here is my code.

Dim $a


AutoItSetOption("PixelCoordMode", 1)
Call("test")
Sleep(500)

MsgBox(0, "", $a[0] & ", " & $a[1])
Exit

Func test()
    
    $a = PixelSearch(627, 592, 722, 843, 0xFF0000, 50)
    
EndFunc

The SciTe Editor is giving me this when I run a syntax check.

MsgBox(0, "", $a[0] & ", " & $a[1])
MsgBox(0, "", $a^ ERROR

Any help would be great. Thanks.

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...