Solved: pyUNO Converter

yawar yav_a at hotmail.com
Tue Aug 3 09:44:13 EDT 2004


One could create the properties list in one go:

properties = [PropertyValue() for i in range(3)]

And then fill it in:

properties[0].Name = ...
properties[0].Value = ...



More information about the Python-list mailing list