Remove Fields From Record?
Remove Fields From Record?
- Subject: Remove Fields From Record?
- From: Gary Beberman <email@hidden>
- Date: Mon, 1 Aug 2005 08:27:18 -0700
I would like to try to find and delete duplicate records in Address
Book. Using basic information like name or address won't do it as
the duplicates have been long resident and some have been updated.
The ideal way to handle this would be to copy the fairly large
address book person record but remove fields which contain
record-unique info (like ID and vcard).
Is there a way to remove fields from an Applescript record? If a
have a record, myrec, that looks like:
{keepthis: "save me", keepthistoo: "keep me", trashthis: "bye-bye"}
can I turn it into
{keepthis: "save me", keepthistoo: "keep me"}
by removing the trashthis field instead of specifying each of the
fields to keep?
Thanks!
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden