All Forums >> [Scripting] >> Post a VBScript >> Error Persistence Class Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I had written a class similar to this in the past and now I can't find it so I just re-wrote it real quick because someone had requested it. Basically it allows you to keep a running persistent list of error that you won't lose by performing an Err.Clear. Here is the code and I think it is pretty self explanatory, but I can add comments if others don't agree.