Re: Dialects
Re: Dialects
- Subject: Re: Dialects
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 13 Nov 2000 09:52:29 -0800
On 11/13/00 9:42 AM, I wrote:
>
Nope. There's no character 1 of any paragraph whose length = 0, nor should
>
there be, although it seems this worked in earlier versions of TE+.
>
I put that wrong. In TE+, there is no longer such a thing as a paragraph
whose length = 0. That's why Xandra's first script didn't error:
tell document 1 of application "Tex-Edit Plus"
set size of character 1 of (every paragraph whose length = 0) to 4
end tell
(every paragraph whose length = 0) = {}
So the "set size of character 1" command simply had no list item on which to
operate.
--
Paul Berkowitz
References: | |
| >Re: Dialects (From: "Arthur J Knapp" <email@hidden>) |