Saturday
AutoLISP, Programming, Visual LISPAutoLISP – Find & Replace Application
AutoCAD 2002 and higher versions
Hello Daily AutoCAD readers,
In this application, I am giving you a project which finds a string that you search among all of the strings inside AutoCAD and replaces them with a string that you enter. Indeed, this command exists under Edit menu since AutoCAD version 2002. However, those who would like to learn AutoLISP should write and study this application. I believe that it will help you develop your programming skills.

Code.1
I don’t suggest this application to beginners for AutoLISP as it includes list management, entity modification, selection sets and advanced DXF group code management.
Technorati Tags: AutoLISP, search & replace, entity list, selection set, filter
Bu yazinin Turkce’sini okumak icin basiniz.
Viewed 9,146 times so far... This week: 60 Today: 3 Latest: 5 July 2009, 1:47Post Tags:
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
|

Sep 17, 2007
Reply
Dear sir,
this is a good lisp program, can u send me some lisp program for which if i a pick a attribute text in block and replace other attribute text in another block which i have selected.
like match properties for attribute text. can u just do it for me.
Regards
svsmani
Nov 10, 2007
Reply
Hello
I need help
I need a lisp that will rotate multiple blocks by its insertion to a line or two points..
thanks
paul
Nov 19, 2007
Reply
Dear Sir,
I would like to learn lisp. could you help me. i need a good guidlines for learn it.
thank u
victor
Jan 20, 2009
Reply
Dear Sir,
I need to give variable name dynamically, i;e i want to read variable name from the file and assing it to the new selection set. But i dont find anything… Can u pls help.
Feb 14, 2009
Reply
looks like the link to the file is broken.
Mar 11, 2009
Reply
I need help to use the trim command in Autolisp. I want trim the line crossing a circle, I want to trim the line inside circle. Thanks in advance..
May 20, 2009
Reply
Dear Sir,
i need a pgm that
1. prompts for Diameter of circle
2. when diameter is given, all the cirlces of similar diameter ( tolerance of +/- .05 ,
precision two decimal places) in the dwg should be grip selected
3. so that i can change the selected (Grip highlited) circles to different layer with
layer name being their diameter.