Text without formatting (OS 9.1)
Text without formatting (OS 9.1)
- Subject: Text without formatting (OS 9.1)
- From: "John McElwain" <email@hidden>
- Date: Wed, 28 Feb 2001 14:04:38 -0700
I need to capture an error message in an AppleScript and place it into a
FileMaker field without formating. I had previously previously coersed the
data like this...
set cell "Error Message" to (errorMes as Unicode text) as text.
Compliing the script under OS 9.1, this approach no longer works. Can
anybody suggest a good alternative. Thanks for your help.