Re: Efficiently using whose on Address Book users
Re: Efficiently using whose on Address Book users
- Subject: Re: Efficiently using whose on Address Book users
- From: Michelle Steiner <email@hidden>
- Date: Sun, 22 Feb 2004 20:02:37 -0700
On Feb 22, 2004, at 6:38 PM, Paul Berkowitz wrote:
set foundPerson to (first person where value of every email of it
contains "email@hidden")
I think this reads a bit better to humans; it makes no difference to
the computer:
set foundPerson to (first person whose emails's value contains
"email@hidden")
--
My body is not a democracy: you don't get a vote.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.