On 23/05/2011 7:59 PM, kycbusin...@kycbusiness.com 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
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to