Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Jump error
#1
Hi good day,
Sometimes my image will not exist so, how can I jump the "Error (RT) in MacroX:  object not found.    ?" and continue to other line?
Someting like:
Code:
Copy      Help
On Error Goto jump1
scan "image:hB9DFBA6F" w3 0 1|2|16 50
x
x
x
 jump1
x
#2
something like this should work
Code:
Copy      Help
scan "image:hB9DFBA6F" w3 0 1|2|16 50
err
,goto jump1
;; action here if found
out "found"
;x
;x
;jump1
;; action here if not found
out "not found"
;x
#3
Thank you very much  Heart


Forum Jump:


Users browsing this thread: 1 Guest(s)