Hi Werner, On 29 Jul 2014, at 14:50, Werner Kassens <[email protected]> wrote:
> Hi, > is there a way for a method, to look up the name of the method from where > itself was called ? > werner That is what thisContext is for (one of the few special variables, like self and super). Use the Finder to search for all occurrences of thisContext in the Source code. I think your particular question is answered as follows: thisContext sender method HTH, Sven
