autocad lisp find and replace search results output

1 Reply | 803 Views
egl1
0
hi everyone i want to use find and replace sezrch results as an output for excel,word.etc. is there any lisp for this? thanks

dheed
0
There is no Lisp specific for this, however you may be able to use certain existing Lisp functions in combination with a general purpose search-and-replace function. For example, the find function in Emacs can be used for basic search-and-replace operations, while the apropos function in Lisp can be used to search for particular expressions within Lisp code.

In order to post an answer, you need to .