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: Paul Berkowitz <email@hidden>
- Date: Sun, 22 Feb 2004 18:21:25 -0800
On 2/22/04 6:00 PM, "Michael Terry" <email@hidden> wrote:
>
On Feb 22, 2004, at 5:16 PM, Jeff Porten wrote:
>
>
> Is there a way of constructing a whose clause that comes up with this?
>
>
And here's another:
>
>
on isInTheBook(addy)
>
tell application "Address Book"
>
return {{addy}} is in value of emails of people
>
end tell
>
end isInTheBook
>
>
set address to "email@hidden"
>
>
isInTheBook(address)
He's trying to avoid a repeat loop. Michael (what you sent last time), and
also get the actual person for further processing if it exists already (I
think). A correction to my own script follows next.
--
Paul Berkowitz
_______________________________________________
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.