Re: Dialects
Re: Dialects
- Subject: Re: Dialects
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 13 Nov 2000 09:38:31 -0800
On 11/13/00 9:27 AM, I wrote:
>
tell document 1
>
set size of character 1 of (every line whose contents = return) to 4
>
end tell
or if you like this syntax better (same thing, really):
tell document 1
set size of character 1 of (every line where it = return) to 4
end tell
--
Paul Berkowitz