Re: Updating records in Address Book
Re: Updating records in Address Book
- Subject: Re: Updating records in Address Book
- From: Michelle Steiner <email@hidden>
- Date: Mon, 18 Feb 2008 20:53:49 -0700
On Feb 18, 2008, at 8:25 PM, Robert R.Horning wrote:
In the first case, I'm adding a new person and filling in its
properties. In the second case, I'm accessing a pre-existing person
and trying to fill in, or change, its properties.
All you need to do is this:
tell application "Address Book"
set the first name of person 2 to "Bob"
save addressbook
end tell
-- Michelle
--
Failure is not an option. It comes bundled with the software.
_______________________________________________
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