Paul -

On 11/17/00 11:23, Paul Berkowitz wrote:

> set propList to {"first name", "last name", "company"}
> set resultList to {}
> repeat with i from 1 to (count propList)
>   set theProp to item i of propList
>   set theContact to "contact id 119" -- or "contact  \"Paul Berkowitz\""
>   tell application "Microsoft Entourage"
>       
>       set theResult to run script ("get " & theProp & " of " & theContact)
>       
>       set end of resultList to theResult
>   end tell
> end repeat
> resultList

Thank-you! That will simplify things immensely!

George

-- 
George Clark - [EMAIL PROTECTED]



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

Reply via email to