On Monday, 17 September 2012 at 18:01:02 UTC, Andrej Mitrovic wrote:
On 9/17/12, Andre <[email protected]> wrote:Get identifier of "this"You can't really get that info at runtime, a class object isn't bound to a name, 'this' has no identifier. Symbols (like variables) haveidentifiers, not objects.
... Hi Andrej, thanks a lot for the working sample coding, this helps me. Kind regards Andre
