Re: Catching a syntax error

From: Benjamin Riefenstahl (Benjamin.Riefenstahl_at_epost.de)
Date: 12/20/04


Date: Mon, 20 Dec 2004 23:37:28 +0100

Hi Bob,

Bob writes:
> Thus, if errorInfo is empty, then I can assume no script syntax
> error has occurred.

I don't think errorInfo is ever reset to empty. So if an error was
occurring internally (like in the initialization or while loading some
external package) and internally caught and handled and than your
script went on for half an hour doing its thing, than errorInfo would
still contain that old error.

benny