Hi,
i'm having a little poblem. I want to find and replace some "special characters" in allot of drawings, without a dialog box. i'm having problems with the square bracktes.
for example:
Before, After
============
"]", "A"
"[", "B"
"/", "C"
"{", "D"
i tried to modify this script...
http://www.cadtutor.net/forum/showthread.php?19333-Find-and-replace-text-without-a-dialog-box
Thx bigal,
but still doesn't work.. (no errors but only replaces the last letter "(Replace (chr 92) "Ö" st)"
i think the problem is in the first part.. if i understand the code correctly (i'm more used to C# programming)
Trying to understand how the script works... how to modify it to do someting simple like Zoom Extents, dont get it to work, just opens all the drawings and saves them... so i must have missed something
thx for the tip,
now is the problem i want to open every drawing in a specific folder.. when i rewrite the code like this than it opens every drawing in the folder, but i also want to run a lisp from the acaddoc.lsp, and i dont know how to do that in this cript.
A simple test is add (C:RT) as the last item in your foreach not sure if it will work you may need also a extra bit to make the last opened dwg the current one. I just use the old fashioned way with a script, You can get your file list and get the lisp to write a script like above example.