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: Fred Zuijdendorp <email@hidden>
- Date: Tue, 2 Mar 2004 21:29:53 +0100
Ah, you spotted my weak AppleScript knowledge :)
I find it hard to get used to the loose syntax of this language
(being used to Java and Obj-C, although I once programmed in HyperCard).
Anyway, I'm feeling a little less alone now.
- fred
On 02 mrt 2004, at 20:48, Michelle Steiner wrote:
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.
_______________________________________________
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.