Where does a script resume processing after a non-fatal error occurs? I believe it is the statement after the one that triggered the error, and if so, how can I force a script to resume at the line that triggered the error?
Dave
What do you mean? Wouldn't that reproduce the error?
Maybe if you give us the code you're playing with...