on 2/20/03 11:15 AM, Max Manshel at [EMAIL PROTECTED] wrote:
This change did it.
if (class of x is text) or {class of x} is in {string, Unicode text} then
You are right, Max. That works better.
Why do you think it works better? class text is the same as class string. Anything of of class text will be of class string. And that is stinky syntax, using both an 'or' and an 'is in'. Even if it were necessary, which it isn't, the better way to do it would be:
if {class of x} is in {string, text, Unicode text} then
But it's not necessary.
--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: http://www.entourage.mvps.org/toc.html
PLEASE always state which version of Entourage you are using - 2001 or X. It's often impossible to answer your questions otherwise.
