Re: Text without formatting (OS 9.1)
Re: Text without formatting (OS 9.1)
- Subject: Re: Text without formatting (OS 9.1)
- From: "John McElwain" <email@hidden>
- Date: Wed, 28 Feb 2001 20:04:46 -0700
I am using FM 4.0. I don't understand why it would work in FM 5 but not FM
4. Maybe I didn't make myself clear. If you use a try statement --
Try
--something which will fail
on error errMsg
end try
The text returned is formatted as black 12 pt geneva. For my FM layout, I
need white Helvetica 10 pt font. Prior to the improved unicode capabilities
of AS under OS 9.1, the trick below would put unformatted text into the FM
cell. But now (9.1 AS 1.5.5), the text is formatted (black 12 pt geneva),
and the error messages does not appear as I would like on my layout.
----------
g3pb <email@hidden> wrote
>
worked under 9.1 AS 1.5.5, FMp 5
>
>
>
>
> set cell "Error Message" to (errorMes as Unicode text) as text