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