AutoLISP - Find & Replace Application
Print This Post
![]() |
Author | Orhan Toker |
| Profession | Architect M.Sc. | |
| Autodesk Authorized Consultant | ||
| Database Specialist | ||
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.
Similar Posts
Rate this article:


September 17th, 2007 07:52
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
November 10th, 2007 18:40
Hello
I need help
I need a lisp that will rotate multiple blocks by its insertion to a line or two points..
thanks
paul
November 19th, 2007 05:56
Dear Sir,
I would like to learn lisp. could you help me. i need a good guidlines for learn it.
thank u
victor
November 28th, 2007 10:07
[…] us deal with the Visual Lisp version of the primitive application of Find-Replace coded by Orhan Toker . You may consider this as a simple application of the Find command which is […]