On or near 2/2/02 5:22 PM, Diane Ross at [EMAIL PROTECTED] observed:

> The script works great even for Eudora that Barry is using.
> 
> I'm getting variable temp not defined though.

Right you are! Change the order of one line, like this:

Change from:

            set AppleScript's text item delimiters to oldDelims
            set temp to category of theMess
        end if

Change to:

            set AppleScript's text item delimiters to oldDelims
        end if
        set temp to category of theMess

-- 
Microsoft MVP for Entourage/OE/Word (Only a volunteer)
Allen Watson <[EMAIL PROTECTED]> XNS name: =Allen Watson
Applescripts for Outlook Express and Entourage:
<http://homepage.mac.com/allenwatson/>


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