On or near 8/9/03 3:46 PM, Paul Berkowitz at [EMAIL PROTECTED] observed:

> A repeat loop is the only way to go. There's one way that might speed things
> up:
> 
>     set emailList to (every email address of aContact) as string
>     if emailList contains "@acme.com.au" then...
> 
> 
> That should do it, without even having to worry about the text item
> delimiters. And 'contains' operating on a string is MUCH MUCH faster than
> operating on a list, or a second nested repeat loop for each element of the
> main repeat loop.

I like it! 
-- 
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
 <http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>


-- 
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