On 2/8/01 03:27, Paul Berkowitz wrote:

> if (count attachments of theMsg) ‚ 0
>   set hasAttach to true
> else
>   set hasAttach of false
> end if

Or even more simply:

    set hasAttach to ((count of attachments of themsg) ‚ 0)


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