02-24-2013, 09:41 AM
In 'Find Image' dialog uncheck 'Error if not found', and it will create 'if' code.
Or don't uncheck it, but use err.
int w=win("Quick Macros Forum • Post a reply - Mozilla Firefox" "Mozilla*WindowClass" "" 0x4)
if(scan("Macro1989.bmp" w 0 1|16))
,out "found"
else
,out "not found"
Or don't uncheck it, but use err.