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


Click here to return to the '10.3: A script to copy iChat buddy icons to Address Book' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: A script to copy iChat buddy icons to Address Book
Authored by: antonichan on Nov 05, '03 10:52:12PM
You can also add an "if" clause at the beginning of the "tell application Address Book" block. It will look something like this:

...
tell application "Address Book"
	if person nameVar exists then
		...
	end if
end tell
...


[ Reply to This | # ]