Getting birth date values...
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.