Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Swap Address Book first/last names via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Swap Address Book first/last names via AppleScript
Authored by: vorm on Mar 28, '08 10:00:25AM

How would i swap the last name with organization name?
In fact I don't have names, only organization names, but the vCards i got put those names in the last name field.

--

so far i have this, but it does not work for me:

tell application "Address Book"
set last name to organization
end tell



[ Reply to This | # ]