CLEANING QUARK PARA'S
CLEANING QUARK PARA'S
- Subject: CLEANING QUARK PARA'S
- From: "Bourque, Jason" <email@hidden>
- Date: Tue, 23 Jan 2001 08:35:23 -0500
Hello,
I am writing a script to clean text that comes from word.
I need to delete extra spaces and tabs at the end of every paragraph.
This is what I have so far. I can do it with a repeat loop but is there a
better way?
tell app "Quark"
tell document 1
delete (character -1 of every paragraph of every story of every text box
whose character -1 = " ")
end tell
end tell
Thanks,
Jason Bourque
MFS Investment Management