Re: CLEANING QUARK PARA's
Re: CLEANING QUARK PARA's
- Subject: Re: CLEANING QUARK PARA's
- From: email@hidden
- Date: Tue, 23 Jan 2001 15:18:54 -0700
Until I find a better way here is what I use:
set ttab to ((ASCII character 9) & return)--place test string in variable
tell application "QuarkXPress? 4.11"
tell document 1
--warning long line coming
delete (character -2 of every paragraph of every story where
paragraph 1 of it ends with ttab)
end tell
end tell
Remember the last character is a return, so you need to test for the
character you are looking for and the return.
Shirley Hopkins
FaceSpan Support
"AppleScripting QuarkXPress", "AppleScripting InDesign"