Title: Re: Thanks, and question
On 11/20/01 1:24 PM, "Allen Watson" <[EMAIL PROTECTED]> wrote:

     if class of theSelection ? list or (count theSelection) ? 1 or class of item 1 of theSelection ? contact t

Allen,

Even though you sent in HTML, it seems that this new list server mangles some characters. The question mark there must have been the 'is not equal to' character: on a US Mac keyboard it's  option=    (ASCII 173). You can also write it as

    /=

and it will compile correctly in any AppleScript editor.

Jud, would it be possible to fix this? How are the other option characters used in AS:

    ?  (less than or equal to , option <)
    ?(greater than or equal to, option >)
    ¬ (continuation character, option-L, or option-return in AS)
    
Do they all come out wrong in HTML?

--
Paul Berkowitz

Reply via email to