On Wed, Mar 12, 2008 at 4:28 PM, Clinton Lee Taylor <
[EMAIL PROTECTED]> wrote:

>
> Now to figure how to get only contacts with fax numbers and print the
> name and fax number ...
>
> Thanks
> Mailed
> LeeT
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>


Unless you're dealing with a really large number of contacts, I would
probably just do the "Simplest Possible Thing"(tm) and read the all into a
list, filter the list using a list comprehension, then print the results.

But that's just me...I like to get out of COM as soon as possible :)

Kevin Horn
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to