Hi. I would like to generically get the name of the method I am in during run time. Is there a macro (similar to __FILE__) out there that will do that? Or is there some other way to do this?

I know that I can just set up a text string in each method and use that. I would like to not have to do that.

Thanks.

mark