On 7/21/02 23:32, Peter Wait wrote:

> Using the above as a basis, I created the following AppleScript:
> 
> tell application "Microsoft Entourage"
>   set nbsp to every contact whose spouse contains (not null)
>   repeat with c in nbsp
>       set custom field one to spouse
>   end repeat
> end tell

I haven't actually tried this, but try changing it to:

    set custom field one of c to spouse of c




George

-- 
George Clark - [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