On 23/05/2011 7:59 PM, [email protected] wrote:
Dear sir,
I am looking for a sample python script to declare VARIANTs
similar to one shown below which is for Perl. Your help will be very
much appreciated.
win32com doesn't have a way to explicitly declare variants - you just
pass normal Python objects (eg, simple objects like ints or floats, or
lists of them) and they are converted to variants internally.
HTH,
Mark
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32