[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Convert Individual Text to Mtext
Tip# 4190 By Benzigar Peter On 22-Sep-2013
0
Rated By 0 users Downloaded : 1122
Categories : Multiline Text, Single-Line Text
Software type : AutoCAD 2014
Rename File To : TMT.lsp
This routine converts individual text entities into separate mtext entities.

The AutoCAD Express Tools include a routine for converting text to mtext. The only problem with that tool is that all selected text is converted into a single mtext block. Sometimes this is desirable, and other times not. This routine from Benzigar Peter allows you to select any number of individual text entities and converts each of them into separate mtext entities. Start by loading the LISP file; the routine will launch automatically (you can comment out the last line to prevent the autorun if desired).

 

Average Rating:
0


User comments
Comment by Irish,Kyle
Posted on 2014-11-10 18:31:50
Get a "VVC: internal error" when run. Any suggestions to fix?? Thx (using AutoCAD 2015)
Comment by Irish,Kyle
Posted on 2014-11-10 18:38:06
Nevermind, to get it to run change "command" in the mapcar line to "command-s" (no quotes) and then retry it.