• 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: QuarkXpress find and replace with variables (new question)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QuarkXpress find and replace with variables (new question)


  • Subject: Re: QuarkXpress find and replace with variables (new question)
  • From: Shane Stanley <email@hidden>
  • Date: Sat, 27 Jan 2001 08:53:19 +1100

On 27/1/01 4:42 AM +1000, Aaron Miller, email@hidden, wrote:

> Also, Shane, what did you mean by checking each instance one at a
> time?

You will have to loop through them, doing the comparisons outside QXP,
something like:

-- untested --
set i to 1
repeat
try
set thisOne to text i where it is list1item
on error
exit repeat
end try
my doCheck(thisOne)
if result is true then
set text i where it is list1item to whatEver
end if
set i to + 1
end repeat

doCheck(thisOne)
if thisOne = whatever then
return true
else
return false
end if
end doCheck

And that's a lot, lot slower.
--
Shane Stanley, email@hidden


  • Prev by Date: Re: QuarkXpress find and replace with variables (new question)
  • Next by Date: Re: FM scriptmaker and perform applescript step, set access property
  • Previous by thread: Re: QuarkXpress find and replace with variables (new question)
  • Next by thread: RE: QuarkXpress find and replace with variables (new question)
  • Index(es):
    • Date
    • Thread