Re: [SOLVED] select/edit person in Address Book
Re: [SOLVED] select/edit person in Address Book
- Subject: Re: [SOLVED] select/edit person in Address Book
- From: Michelle Steiner <email@hidden>
- Date: Tue, 2 Mar 2004 12:48:30 -0700
On Mar 2, 2004, at 10:53 AM, Fred Zuijdendorp wrote:
set g1 to first item of groups
set p1 to first item of people of g1
By the way (and I realize that this may be a very minor point), you can
save some typing:
set g1 to first group
set p1 to first person of g1
or even
set p1 to first person of first group
tell me to open location "addressbook://" & i & "?edit"
That would have never occurred to me.
-- Michelle
--
Impeach The Son Of A Bush!
_______________________________________________
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.