IGNOREERRORS?
Moderators: JRL, Dorian (MJT support)
IGNOREERRORS?
I see in "History" that IGNOREERRORS has been added. I need that functionality, but I can't find any documentation of the new option anywhere. I've searched the program's help, this forum, and the new online manual. From the brief description in "History," it's not even clear where the option is found. Part of the macro language? An option in Macro Scheduler (under, for example, Tools / Options)? Any documentation help -- even just a few clues -- would be greatly appreciated.
From help for system variables.
Let>IGNOREERRORS=1
//Script does something that might cause a Macro Scheduler
//error message to pop up.
Let>IGNOREERRORS=0
//Macro Scheduler error message will again show.
Therefore:Set to 1 to ignore script error messages. Does not apply to VBScript errors (use on error next etc for VBScript errors). Set back to 0 for default behaviour.
Let>IGNOREERRORS=1
//Script does something that might cause a Macro Scheduler
//error message to pop up.
Let>IGNOREERRORS=0
//Macro Scheduler error message will again show.