Re: exporting tagged text out of filemaker to indesign
Re: exporting tagged text out of filemaker to indesign
- Subject: Re: exporting tagged text out of filemaker to indesign
- From: Malcolm Fitzgerald <email@hidden>
- Date: Thu, 5 May 2005 11:39:47 +1000
On 05/05/2005, at 8:46 AM, demski wrote:
Hi all,
I try to export the content of a text field containing tagged text for
indesign cs out of filemaker.
My Problem is: the text is not recognized as tagged text because of a
hidden character in the very beginning of the text, just before
<ASCII-Mac>.
tell application "FileMaker Pro" to set theCellData to (get data of
cell "product name" of current record)
set theTag to "<"
set theTagIsFound to item 1 of theCellData is theTag
if not theTagIsFound then
set theText to items of theCellData
repeat until theTagIsFound or theText is {}
set theTagIsFound to item 1 of theText is theTag
set theText to rest of theText
end repeat
if theTagIsFound then set theCellData to theTag & theText
end if
theCellData -->
Malcolm Fitzgerald ph: 02 93180877
Database Manager fax: 02 93180530
The Australian Society of Authors www.asauthors.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden