Is there a more efficient way to do this?
Is there a more efficient way to do this?
- Subject: Is there a more efficient way to do this?
- From: Robert Nicholson <email@hidden>
- Date: Sun, 10 Dec 2006 16:16:10 -0600
Trying to find overlapping contacts by email address
repeat with thisPerson in every person in group "Pimps"
set e to the first email of thisPerson
repeat with anotherPerson in every person in group "Whitelist"
set e2 to the first email of anotherPerson
if (e is equal to e2) then
log "found a match"
end if
end repeat
end repeat
Is there a more efficient way to look up a contact by email address?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden