Getting the name of the cuurent function

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

Is there a way to get the name of the current function?

I have an error routine that emails me information on failing application,
function and error info. Right now I am entering the function name by hand
into each call to the error routine but I would like to standardize things
by pulling this info "out of the air".

Is this doable?


Any help is greatly appreciated.
 
Back
Top