T
Tim Kuehn
Guest
[quote user="joey eisma"] from the object i needed to run a procedure in the instantiating .p. i don't want to pass the handle to the constructor cause in some cases, i may not be calling the procedure. [/quote] Then make two constructors - like so: CONSTRUCTOR MyClass(hHandle AS HANDLE): /* Stuff */ END CONSTRUCTOR. CONSTRUCTOR MyClass(): /* Stuff */ END CONSTRUCTOR.
Continue reading...
Continue reading...