• 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
Eliminating items from a MS Word list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Eliminating items from a MS Word list


  • Subject: Eliminating items from a MS Word list
  • From: List Guy <email@hidden>
  • Date: Fri, 15 Jun 2001 15:51:29 -0700

"I'm trying to create a script which will take a (very long... probably too
long for Applescript's memory buffer) list of items in Microsoft Word, and
eliminate those which are shorter than 4 characters or longer than 9."

I'm not sure how Word's search & replace commands word, but wouldn't

find: "????[cr]"
replace with (nothing)
find: "???[cr]"
replace with (nothing)
find: "??[cr]"
replace with (nothing)
find: "?[cr]"
replace with (nothing)

remove all paragraphs whose contents are 4 characters or fewer? Perhaps the
same can be done with greater than 9, somehow.


  • Follow-Ups:
    • Re: Eliminating items from a MS Word list
      • From: "Joseph A. Weaks" <email@hidden>
  • Prev by Date: Re: Opening Hidden Folders in Finder
  • Next by Date: Re: Info for question
  • Previous by thread: Re: Eliminating items from a MS Word list
  • Next by thread: Re: Eliminating items from a MS Word list
  • Index(es):
    • Date
    • Thread