On 9/29/06, Kent Gibson <[EMAIL PROTECTED]> wrote:
All of this I found in the Basic Programmer's Guide
I've never actually done it but it should go something
like this:
Sub Test
On Error Goto ErrorHandler
' ... undertake task during which an error may occur
Exit Sub
ErrorHandler:
' ... individual code for error handling
End Sub
Thank you, but this does not answer my question. My question was "how to
throw exception" not how to cache them. I guess it's not possible.
PS: next time, just send the link.
--
Knut Olav Bøhmer