Is it possible to obtain the name of the current procedure/function as a string, within a procedure/function? I suppose there would be some \"macro\" that is expanded at com
No compile time macro, but if you include enough debug information you can use the callstack to find it out. See this same question.