Hi,
yes this was, what i was looking for,
thank you both
werner
Hi Werner,
On 29 Jul 2014, at 14:50, Werner Kassens 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
You might want to dig into thisContext.
"thisContext sender" is probably what you need.
On Tue, Jul 29, 2014 at 2:50 PM, Werner Kassens
wrote:
> Hi,
> is there a way for a method, to look up the name of the method from where
> itself was called ?
> werner
>
>
Hi,
is there a way for a method, to look up the name of the method from
where itself was called ?
werner