Sounds like a good idea... I'll have to work on it... I like your checkbox idea...
In the meantime, why not just append the two scripts together though? I've saved off a script called "SearchMTEXT" and just fill the two lines of text in manually, then append the "SearchTEXT" script to it (maybe save the whole thing as "SearchReplaceAllText", and just manually edit the search/replace lines...
(I find I only really ever use the Wizards once, then I just save the generated code off, and reuse it by changing the respective lines... maybe I'm just crazy though!?)
(LOAD "C:/PROGRAM FILES/HURRICANE/LISP/REPTEXT.LSP")
;-------------
REPTEXT
Search for
Replace with
Y
Y
Y
Y
ALL
;-------------
-VBALOAD "$HUR_PATH$LISP/Mtext.dvb"
-VBARUN MTEXT.SearchAndReplace
Search for
Replace with
VBAUNLOAD "$HUR_PATH$LISP/Mtext.dvb"
;-------------
I bet this is what you meant by "bunch of work around" tasks... either way... I can take a look at it... the source code is already written, it wouldn't take too much effort...
Thanks!
Bill