Mtext from LISP
I am trying to execute the Mtext command from a LISP program. The Mtext Dialog box interrupts the Lisp program prompting the user for text input. In Autocad, the Mtext command was programmable in AutoLisp and is not interrupted by the dialog box.Any Ideas?
0
Comments
-
It should be possible to input the text as Dtext or Text, and then automatically convert to Mtext . Here is a piece of lisp which probably contains the code you need (It is a Text->Mtext conversion routine):http://www.dotsoft.com/public/txt2mtxt.lsp
0 -
That routine worked great. Thanks.Does anyone know of a Lisp routine to create a new text style in ICAD without the dialog box interruption?
0 -
The -STYLE command bypasses the dialog when you create a new text style.
0 -
Thanks Again....
0
This discussion has been closed.