in reply to Re: Complex dispatch table
in thread Complex dispatch table

Since I'm not calling the method from the module directly, but from an object of created from the module, I still need to find out if it's a local function or not.
Thanks for the idea though.

C.