"spohle" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi,
>
> i created an instance of a my own class which has methods and all. now
> i get an outside function called, which is unfortunatly not aware of
> the instace at all (i don't control how this outside function is
> called).
On Mar 26, 12:00 pm, "spohle" <[EMAIL PROTECTED]> wrote:
> i created an instance of a my own class which has methods and all. now
> i get an outside function called, which is unfortunatly not aware of
> the instace at all (i don't control how this outside function is
> called). but i would like to
hi,
i created an instance of a my own class which has methods and all. now
i get an outside function called, which is unfortunatly not aware of
the instace at all (i don't control how this outside function is
called). but i would like to get access back to my instance and it's
methods.
is there a