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

Reply via email to