Re: Remove Prefix from Apple Address Book Contacts
Re: Remove Prefix from Apple Address Book Contacts
- Subject: Re: Remove Prefix from Apple Address Book Contacts
- From: Jonathan Piccolo <email@hidden>
- Date: Tue, 17 Jul 2007 11:50:33 -0400
Thank you so much! I will try this when I get back to my mac.
Regards,
Jonathan Piccolo
----------------------------
email@hidden
http://www.callthemacwizard.com
Sent from my iPhone
On Jul 17, 2007, at 11:30 AM, Michelle Steiner <email@hidden>
wrote:
On Jul 17, 2007, at 7:33 AM, Jonathan Piccolo wrote:
Was wondering if it's possible to create a script that will go
through all contacts and strip the name prefix (Mrs, Mr, Ms, etc)
off of them. I have a client with this need and am hoping to create
something in a minimal amount of time to "correct" his address book.
tell application "Address Book"
repeat with thisPerson in (people whose title is not missing value)
set the title of thisPerson to "" as Unicode text
end repeat
save addressbook
end tell
-- Michelle
--
Are you better off today than you were on Jan 20th, 2001?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden