Since you are using Entourage 2001, I believe the answer is No. The "whose"
clause doesn't work right in a script; it was fixed in EvX.

Actually, it would be almost as fast to do the following:

1. Open your Address Book and use the View column menu to display the city
field. Then, sort on that field (click the column header), and select all
the records containing the desired city. Note: Sorting can take a long time!

2. Paste this simple script into Script Editor and run it:

tell application "Microsoft Entourage"
    set x to the selection
    repeat with aContact in x
        set city of home address of aContact to "New City"
    end repeat
end tell


Of course, "New City" would be the name of the city you want to substitute.
If you need to change the Work City, be aware that is a separate field.

On or near 4/19/02 9:16 AM, Dirk Heinze at [EMAIL PROTECTED]
observed:

> Hi
> 
> Is it possible to not find & replace words in the addressbook of Entourage
> 2001, like the name of a city? Of course I have a lot words to replace, so
> it needs too long time to replance manual.
> 
> Beside this, many thanks to Paul and Allen for the wonderful scripts, which
> have helped me so much. Especially the script "Seperate Group Messages 1.2"
> is fascinating! And it works also in my German Entourage version.
> 
> Dirk
> www.artsmanagement.net
> 

-- 
My web page: <http://home.earthlink.net/~allenwatson/>
My scripts page: <http:homepage.mac.com/allenwatson>
Microsoft MVP for Mac Entourage/Word--<[EMAIL PROTECTED]>


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to