• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: exporting tagged text out of filemaker to indesign
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: exporting tagged text out of filemaker to indesign
      • From: demski <email@hidden>
References: 
 >exporting tagged text out of filemaker to indesign (From: demski <email@hidden>)

  • Prev by Date: Re: Find in Filemaker
  • Next by Date: Re: Getting filename without extension...
  • Previous by thread: exporting tagged text out of filemaker to indesign
  • Next by thread: Re: exporting tagged text out of filemaker to indesign
  • Index(es):
    • Date
    • Thread