RE:AS or Quark cannot count
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