marcmemba
Guest
Hello, everyone!
I am making a lisp program, which inserts me a _text (see next row):
(command)_text"use" 1.5 " datatext)
in autocad (i.e. it inserts of the dairy in the dwg subforms new text)
I wanted to know if it was possible that the output data instead of being inserted in the dwg as new text (as above), can go to replace another text already present in the drawing? in the sense that I select a text and then it is replaced with the value of datatext ...
I hope you understand my problem and someone can help me
thanks in advance and good evening
Marc
I am making a lisp program, which inserts me a _text (see next row):
(command)_text"use" 1.5 " datatext)
in autocad (i.e. it inserts of the dairy in the dwg subforms new text)
I wanted to know if it was possible that the output data instead of being inserted in the dwg as new text (as above), can go to replace another text already present in the drawing? in the sense that I select a text and then it is replaced with the value of datatext ...
I hope you understand my problem and someone can help me
thanks in advance and good evening
Marc