• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Is there a more efficient way to do this?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Is there a more efficient way to do this?
      • From: Cameron Hayne <email@hidden>
    • Re: Is there a more efficient way to do this?
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Coercing document list to alias list
  • Next by Date: Re: create a new plist item using applescript
  • Previous by thread: Re: Find the intersection of two groups in Address Book.
  • Next by thread: Re: Is there a more efficient way to do this?
  • Index(es):
    • Date
    • Thread