A
Alan LeHun
Is it possible for a subroutine to get a reference to the object
instance that has called it?
IOW, class1 creates an instance of class2 and calls one if its
subroutines and I would like that subroutine to have a reference to the
original class1 object that called it.
instance that has called it?
IOW, class1 creates an instance of class2 and calls one if its
subroutines and I would like that subroutine to have a reference to the
original class1 object that called it.