Jose,
Did you investigate Fb's Object?
If yes Opinions?
How about iterating operators?
James
Not in deep. Pecking from flower to flower you achieve nothing. There will be time to explore it.
I only mentioned Object as it appears to offer additional info if you base your classes on it with Extends?
James
And also slows execution slightly. I have tried it in declares to COM servers to use abstract methods. This simplifies somewhat the syntax, e.g. instead of using pInterface->lpvtbl->MethodName(pInterface, <params>), you can use pInterface->Methodame(<params>). It is mandatory to use virtual methods, but I'm not a fan of OOP.