groups

name language licence
UniqueID AppleScript GPL 2
LaunchTaskApps AppleScript Other
LittleSnapper_snapWeblet AppleScript Other
Split First Name - Address Book AppleScript Other
LittleSnapper_snapWeb AppleScript Other
check_safari_page_loaded_handler_js AppleScript Other
Delete Nameless Entries - Address Book AppleScript Other
Cleanup @ Entries - Address Book AppleScript Other

< 1 2 3 >



language: AppleScript
licence: Other

Split First Name - Address Book

options: view full snippetsend to code collector
(*
Split First Name

By Adam Merrifield <http://seydoggy.com>

This script will cause irreversible changes
to contacts in your Address Book.

USE AT YOUR OWN RISK!!

This script will search for contacts whose first names contain a spaces and whose last name is not present. Going on the assumption that the first and last name are both contained in the first name (hence the space), the script takes the first word and the last word and uses them for a proper first and last name.

- r1 12-23-09 14:23
*)
tell application "Address Book"
	
(Continues...)