View Full Version : Script Error catching?
Is there any way to identify that a procedure has errored out?
I was hoping that there was a scriptJob error event, but I can't find anything.
Anyone have any ideas?
|
|
grantimus
11-14-2006, 09:09 PM
About that best you can do is use the "catch" command where you think there might be a problem. If you think there might be a problem with a produre you are calling you could try somthing like this:
catch `someProcedureYouAreCalling()`;
If there is a problem with someProcedureYouAreCalling() catch will return 1. If everything is fine catch will return 0.
This isn't the best solution, I know. But error reporting and debugging in MEL kinda sucks anyway.
CGTalk Moderation
11-14-2006, 09:09 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.