Re: Address Book: Delete Person
Re: Address Book: Delete Person
- Subject: Re: Address Book: Delete Person
- From: Michelle Steiner <email@hidden>
- Date: Fri, 16 Jan 2004 10:03:50 -0700
On Jan 16, 2004, at 12:25 AM, Christopher Nebel wrote:
repeat with p in every person
if exists (first AIM Handle of p whose label contains "%X") then
delete p
end
However, I then find the same thing you did: although the "delete"
command is in fact sent, p doesn't get deleted. For this, I am at a
loss, and will file a bug.
Hmm, the log shows
delete item 114 of every person
Whereas in the script that works, the log shows
delete person 114
Is "item x of every person" the same as "person x"?
-- Michelle
--
The problem with political jokes is that too many of them get elected.
_______________________________________________
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.