Python COM and variable number of arguments

Greg Green gregory.p.green at boeing.com
Mon Sep 23 15:43:37 EDT 2002


Mark Hammond <mhammond at skippinet.com.au> writes:

> You could also try passing with pythoncom.Missing or pythoncom.Emtpy
> in place of the positional arguments.  You may need to experiment to
> see what one works - it depends on the COM object.

Mark,

Thanks. pythoncom.Empty did the trick. I didn't know about either one of those.

-- 

Greg Green



More information about the Python-list mailing list