Hurricane for AutoCAD
Found under the Hurricane "Wizards" menu:
This tool allows you to enter text to search for, and text to replace it with. You can specify whether you want to look for Normal Text only, Dimension text, and/or look in Block Attributes.
It generates a script that calls a lisp routine, something like this:
(LOAD "C:/PROGRAM FILES/HURRICANE POWERTOOL/LISP/REPTEXT.LSP")
;-------------
REPTEXT
JOHN SMITH
BILL JONES
Y
N
Y
Y
ALL;-------------
(but who cares? The Wizard does it for you...)
** This Wizard requires that you have AutoCAD with LISP
(So in other words, this won't work with LT unless you have an add-on package. Please seelike AutoCAD LT won't run lisp... BUT... **Using AutoCAD LT, or prefer no LISP? See Search and Replace Text using the
-FINDcommand — it runs entirely at the command line (no LISP routine), so it also works in AutoCAD LT.