이미지서칭하려고


#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.

; #Warn  ; Enable warnings to assist with detecting common errors.

SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.


F1::

ImageSearch,0,0,1920.1080, start.png

if errorlevel=0

{

MsgBox, OK

}

if errorlevel=1

{

MsgBox, Fail

}


return


확인하려고 구문짜봤는데

C:\Users\YH\Desktop\? AutoHotkey Script.ahk (7) : ==> The leftmost character above is illegal in an expression.

이렇게 뜹니당.

7번째 라인 어떤게 잘못되있는건지 지적좀해주실수있으십니까ㅠㅠ

답글