Hello,
I was just wondering if it is possible to suppress certain errors by using TRY ... CATCH ... END.
What do I mean : is it possible to suppress a certain error (example Bound Array Access) by using TRY ... CATCH ... END ? But if other errors might occur, I do want the error-message.
Thanks a lot in advance