AAAARGHHHH I was so afraid someone would come up with this... It crashes InDesign :-((
Ton Kuypers > From: "David M. Cole" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 29 Aug 2003 09:52:53 -0700 > To: [EMAIL PROTECTED] > Subject: Re: Applescript, slightly off-topic... > > try this ... i'm pretty sure it will work. > >> tell application "InDesign 2.0.2" >> set find preferences to nothing >> set change preferences to nothing >> tell active document >> set vSearch to "^p^p^p" >> set vReplace to "^p^p" >> search for vSearch in active document replacing with vReplace >> end tell >> end tell >> > > > -- > *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ > David M. Cole [EMAIL PROTECTED] > Editor & Publisher: The Cole Papers; NEWSINC. V: (650) 557-9595 > Consultant: The Cole Group <http://colegroup.com/> F: (650) 557-9696 > *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
