Click to See Complete Forum and Search --> : Possible to pass a reference to a function?


Robert Fernando
October 25th, 1999, 10:24 PM
Is it possible for one function to pass a reference to itself to another class?

Basically I'm trying to implement a tracing class.. for this Ideally the class should have a reference to the function and it's values... how do I do this?

Thanks,

Rob.

rajga
October 29th, 1999, 07:35 PM
if using vb5.0/6.0 did u try the AddressOf operator.