<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : multiline text to multileader conversion</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : multiline text to multileader conversion]]></description>
  <pubDate>Sat, 16 May 2026 08:20:46 +0000</pubDate>
  <lastBuildDate>Thu, 01 Sep 2011 08:47:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=6517</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[multiline text to multileader conversion : Hi,I&amp;#039;m trying to find routine...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6517&amp;PID=16883&amp;title=multiline-text-to-multileader-conversion#16883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=35063">Betinka</a><br /><strong>Subject:</strong> 6517<br /><strong>Posted:</strong> 01.Sep.2011 at 08:47<br /><br />Hi,<br>I'm trying to find routine that will change my <b>MTEXT</b> to<b> MLEADER</b>. I have found sth common on <b>autodesk discussion group</b>:<br><table width="99%"><tr><td><pre class="BBcode"><br>;  MTXT.LSP    Match Text   updated to use mleaders<br>;;  Match Text, pick text with desired text value, then<br>;;              pick text to be changed.<br>;=================================================<div ="lia-message--c&#111;ntent"><wbr>========<br>(defun C:MTXT ( / edata edata1 etype etype1 EL CVALUE EN BN)<br>   (setq EL (entget (car (nentsel "\nPick Text (From)...")))<br>	 etype (cdr (assoc 0 EL)))<br>   (setq EN (car (nentsel "\nPick Text (To)....."))<br>	 edata1 (entget EN)<br>	 etype1 (cdr (assoc 0 edata1)))<br><br>  (cond ((and (= etype "MULTILEADER") (= etype1 "MULTILEADER")) (setq CVALUE (cdr (assoc 304 EL))<br>								      BN (entget EN)<br>								      BN (subst (cons 304 CVALUE) (assoc 304 BN) BN));setq<br>	 							(entmod BN)<br>	 							(entupd EN))<br>	((and (= etype "MULTILEADER") (or (= etype1 "TEXT") (= etype1 "MTEXT"))) (setq CVALUE (cdr (assoc 304 EL))<br>								      BN (entget EN)<br>								      BN (subst (cons 1 CVALUE) (assoc 1 BN) BN));setq<br>	 							(entmod BN)<br>	 							(entupd EN))<br>	((and (or (= etype "TEXT") (= etype "MTEXT")) (= etype1 "MULTILEADER")) (setq CVALUE (cdr (assoc 1 EL))<br>								      BN (entget EN)<br>								      BN (subst (cons 304 CVALUE) (assoc 304 BN) BN));setq<br>	 							(entmod BN)<br>	 							(entupd EN))<br>	((and (or (= etype "TEXT") (= etype "MTEXT")) (or (= etype1 "TEXT") (= etype1 "MTEXT"))) (setq CVALUE (cdr (assoc 1 EL))<br>								      BN (entget EN)<br>								      BN (subst (cons 1 CVALUE) (assoc 1 BN) BN));setq<br>	 							(entmod BN)<br>	 							(entupd EN))<br>	);cond<br>  )<br></pre></td></tr></table><br></div><br>What this routine do is:<br>1. you have to select MTEXT to collect text<br>2 you have to select MLEADER to paste text.<br>and that's it<br><br>But what I really want is that after selecting MTEXT leader line will immediadetly "grow" from the MTEXT and I will just have to place leader line in proper position. So I want to substitute MTEXT with MLEADER "in place".<br><br>Does anybody can help?<br>]]>
   </description>
   <pubDate>Thu, 01 Sep 2011 08:47:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6517&amp;PID=16883&amp;title=multiline-text-to-multileader-conversion#16883</guid>
  </item> 
 </channel>
</rss>