• 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
Getting birth date values...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting birth date values...


  • Subject: Getting birth date values...
  • From: Martin Michel <email@hidden>
  • Date: Wed, 11 Sep 2002 18:08:52 +0200

Hi,

I try to receive birth date values from the Address Book with AppleScript, but all I get is company names...

This is my script:

tell application "Address Book"
set the_people to people

repeat with the_mad_scientist in the_people
try
set the_sausage to birth date of the_mad_scientist
on error
beep
end try
end repeat
end tell


I have to say that I use german language on my Mac OS X 10.2.

Has anybody the same problem?

Greetings,

Martin
_______________________________________________
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.

  • Follow-Ups:
    • Re: Getting birth date values...
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Display dialog frontmost?
  • Next by Date: RE: A disturbing trend
  • Previous by thread: Illustrator 10 scripting guide update
  • Next by thread: Re: Getting birth date values...
  • Index(es):
    • Date
    • Thread