Thread: get current function name

get current function name

From
Nicholas Slabosz
Date:
Hi

For user defined functions or procedures is it possible to dynamically generate the current function name when a process flow is running? I am working on a project where each user defined function will have exception catching that calls another function to log that exception or error should one occur, passing the current function name as an argument. Rather then hard code the function name as a parameter in each function i want to use another function to generate this info.

I have searched forums high and low and found nothing.

Kind Regards