Title: Re: Please help: "Extract message from digest" script not working in Entourage 2004
On 25/5/04 11:30 am, "HAV" <[EMAIL PROTECTED]> wrote:

on run
   tell application "Microsoft Entourage"
        set theSelection to the selection
       if the class of theSelection is string then

Change this last line to:

If class of theSelection is in {string, unicode text} then
...


Entourage now returns the selection as ‘unicode text’ - a new class. This will break a few string manipulation scripts ;-)

--
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the All-New Entourage Help Pages? - Check them out:
        <http://www.entourage.mvps.org/>

Reply via email to