Leon – Give us some more information on the problem. For example, do you have
a file that contains the text substitutions for a single drawing? If so, then
what does the file look like? I have a program that does something like what
you seem to be asking for, but it requires its input to come from a file that
contains the existing text, followed by the new text that is to replace it, and
both must be surrounded by double quotes, as in:
"Old text" "new text"
"More old text" "more new text"
….
Each line of the file contains one substitution, two strings, the first one is
the existing text to be replaced, and the second string is the text that is to
replace it. The first string must match the value of an existing text entity
(including case), in order for it to be replaced by the second string. If this
would work for you, then let me know and I'll post it.
-TonyT.