Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
On Error...
#1
Hi,

Is it possible to set a macro to run some code when it encounters an error, but then return to the beginning of the macro and run from the beginning?

Thanks,

Paul.
#2
put this under where the error occurs. at the very beginning put in a new line with the word " begin" with the space in front.

Macro
Code:
Copy      Help
err
,goto begin
An old blog on QM coding and automation.

The Macro Hook
#3
Function testit
Code:
Copy      Help
;Begin
wait 10 WV ("Internet Explorer")
err
,goto Begin


Forum Jump:


Users browsing this thread: 1 Guest(s)