Getting debug statement

kwatai

Registered User.
Local time
Today, 01:40
Joined
Jul 19, 2001
Messages
11
Wishful thinking here.

I'm making an error log and I was hoping to populate it with where the error originated. Hoping there is something like a call stack function that I can tap into that allows me to pump it into a record.

So in short, is it possible for the code to figure out what subroutine/function it is executing in which module?

Thx in advance
 
I don't think that there is a simple way to retrive the name of the procedure and the name of the module. I wouldn't see it as a big problem passing the name as a parameter to your Function or Sub.
 
I'm simply being spoiled by convienience so i'm getting lazy
smile.gif


thx anyway
 

Users who are viewing this thread

Back
Top Bottom