On 5/27/2004 11:14 PM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:
> In Entourage 2004, the class of text is now 'Unicode text', not 'string. So
> near the bottom, in the 'on run' handler, you want to change:
> 
>         if the (count of theMessages) = 1 and the class of theSelection is
> string then
> 
> to 
> 
>         if the (count of theMessages) = 1 and the class of theSelection is
> Unicode text then
> 
> 
> 
> (or if you prefer
> 
>         if the (count of theMessages) = 1 and {the class of theSelection} is
> in {string, Unicode text} then
> 
> 
> if you ever want to run it in X again too.)
> 
> There will be lots of scripts needing to make this change.


Wow, worked perfectly. Thanks, Paul!


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