• 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:AS or Quark cannot count
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE:AS or Quark cannot count


  • Subject: RE:AS or Quark cannot count
  • From: email@hidden
  • Date: Tue, 26 Sep 2006 16:19:45 -0500
  • Priority: normal

> Hi everyone,
> I am trying to use search and replace in a QuarkXpress 6.5 document
with a AS...

Hi Ed,

Could you just do something like this instead to replace everything
(this code will run somewhat slow if the file is huge though):

tell application "QuarkXPress"
tell document 1
repeat with x from 1 to (count text boxes)
tell text box x
set (every text where it is "<BR>") to return
end tell
end repeat
end tell
end tell

Jay
 _______________________________________________
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

  • Prev by Date: Re: Set destination file for Adobe PDF 7.0 printer, How ?
  • Next by Date: Re: Calling a property by using a string
  • Previous by thread: AS or Quark cannot count
  • Next by thread: Set destination file for Adobe PDF 7.0 printer, How ?
  • Index(es):
    • Date
    • Thread