Re: Applescript for changing case
Re: Applescript for changing case
- Subject: Re: Applescript for changing case
- From: Emmanuel <email@hidden>
- Date: Tue, 9 Jan 2001 19:18:13 +0100
At 17:41 +0100 9/01/01, Paul Berkowitz wrote:
>
> if theAscii 97 and theAscii > 122 then
>
[...]
>
I think I'll leave it to you to write back with
>
the seven paragraphs it will take to explain in English instead of in
>
mangled code where you mean "greater than", "less than", "greater or equal
>
than", etc. since the server perverts it and turns it backwards.
Maybe Chuq is tacitly suggesting to use more English terms ...
---------------------------
if theAscii is less than 97 and theAscii is greater than 122 then
---------------------------
Emmanuel