In <[email protected]> [email protected] writes:
> >> print dwt > (<comtypes.automation.LP_tagVARIANT object at 0x05A8E1C0>, > <comtypes.automation.LP_tagVARIANT object at 0x05A8E210>, > <comtypes.automation.LP_tagVARIANT object at 0x05A8E260>, True) > > by using print gives me return values. I want to access return data > (array)and variable. How can I correctly handle it? You can use help() and dir() to display more information about an object. -- John Gordon Imagine what it must be like for a real medical doctor to [email protected] watch 'House', or a real serial killer to watch 'Dexter'. -- https://mail.python.org/mailman/listinfo/python-list
