IGNOREERRORS?

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
ederosia
Newbie
Posts: 2
Joined: Wed Nov 21, 2007 10:06 pm

IGNOREERRORS?

Post by ederosia » Wed Nov 21, 2007 10:14 pm

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.

User avatar
JRL
Automation Wizard
Posts: 3529
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Post by JRL » Wed Nov 21, 2007 10:20 pm

From help for system variables.
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.
Therefore:
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.

ederosia
Newbie
Posts: 2
Joined: Wed Nov 21, 2007 10:06 pm

Thanks!

Post by ederosia » Wed Nov 21, 2007 10:25 pm

I'm not sure why my searching didn't find it. I may have been relying on Index instead of Search. Thanks for your quick reply!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts