Search the Community
Showing results for tags 'find and replace'.
-
Find for text and display it in the center of the window
teknomatika posted a topic in AutoLISP, Visual LISP & DCL
Hi, I ask for your help for the following. I need to find a particular text string among thousands. Once found, it should be centrally visible in the window. I can't do that in the tool "Find and replace" because when I leave it, the location is lost. Another alternative would be to draw a... -
Hey all, I am trying to change some text in my cad file, but when I try to use the wild card in my search, nothing shows up. (attached screenshots are an example of what I'm seeing) Any insight into this would be greatly appreciated. Thanks,...
-
ok, i'm sorry if this has been asked before but i couldn't find it. I recently moved from autocad 2008 to 2012. my machine intel Xeon E5-1603 @ 2.8GHz 32GB mem win 7 64bit dual V4900 AMD vid cards autocad 2012 so my issue is this (and i have only found one other person asking about th...
-
find and replace text inside dynamic blocks (lisp routine)
djeetn069 posted a topic in AutoLISP, Visual LISP & DCL
I'm trying to find a lisp routine that searches the current drawing for a certain string and replaces that with the string of a variable already defined by the user (in this case the text to look for is "****" and the variable is called "offerte"). Not only in the Text, Mtext but also in the Blocks...- 6 replies
-
- lisp routines
- find and replace
-
(and 2 more)
Tagged with:
-
Hello I am trying to make multiple find and replace all the texts (text, mtext, and texts in blocks etc) in model space through excel vba (and not through Autocad vba). I got the basic code from here and trying to modify for my requirements. http://forums.autodesk.com/t5/Visual-Basic-Customiza...