"Martin A. Hansen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi > > i wonder how i can list all the methods availible from a given object?
If you only need this for debugging, then the debugger will do it for you. Stop at point where the object is still in scope and type DB<1>m $object (The DB<1> bit being the debugger prompt). If you need it at run time, then I suggest you change your mind! It is possible, but there isn't a clean use for it that I can think of :) Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]