<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Combine Multiple Mtext into 1 Mtext in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/12172645#M349532</link>
    <description>&lt;P&gt;I just had this question and noticed that in AutoCAD 2022 you can easily select all txt objects and convert them to MText using the command TXT2MTEXT all all txt objects will be combined to one mtxt&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 16:50:13 GMT</pubDate>
    <dc:creator>yjavadidoodran</dc:creator>
    <dc:date>2023-08-15T16:50:13Z</dc:date>
    <item>
      <title>Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469897#M349506</link>
      <description>Does anyone have a tool to combine multiple pieces of Mtext into a single &lt;BR /&gt;
Mtext with paragraphs?</description>
      <pubDate>Thu, 16 Apr 2009 23:13:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469897#M349506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-16T23:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469898#M349507</link>
      <description>neilw wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Does anyone have a tool to combine multiple pieces of Mtext into a&lt;BR /&gt;
&amp;gt; single Mtext with paragraphs?&lt;BR /&gt;
&lt;BR /&gt;
ToolPac &amp;gt; Mtext &amp;gt; Join?&lt;BR /&gt;
&lt;BR /&gt;
Terry</description>
      <pubDate>Thu, 16 Apr 2009 23:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469898#M349507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-16T23:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469899#M349508</link>
      <description>I was trying your Convert tool but it doesn't work on Mtext. I'll look for &lt;BR /&gt;
the Mtext Join tool on Monday. Once again Toolpac comes through.&lt;BR /&gt;
&lt;BR /&gt;
Thanks Terry.&lt;BR /&gt;
&lt;BR /&gt;
"Terry W. Dotson" &lt;NOSPAM&gt; wrote in message &lt;BR /&gt;
news:6164227@discussion.autodesk.com...&lt;BR /&gt;
neilw wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Does anyone have a tool to combine multiple pieces of Mtext into a&lt;BR /&gt;
&amp;gt; single Mtext with paragraphs?&lt;BR /&gt;
&lt;BR /&gt;
ToolPac &amp;gt; Mtext &amp;gt; Join?&lt;BR /&gt;
&lt;BR /&gt;
Terry&lt;/NOSPAM&gt;</description>
      <pubDate>Fri, 17 Apr 2009 02:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469899#M349508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T02:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469900#M349509</link>
      <description>neilw wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I was trying your Convert tool but it doesn't work on Mtext.&lt;BR /&gt;
&lt;BR /&gt;
In this case its already Mtext so it doesn't need to be converted, just&lt;BR /&gt;
joined.&lt;BR /&gt;
&lt;BR /&gt;
Terry&lt;BR /&gt;
-- &lt;BR /&gt;
Never start any job without the right tools!&lt;BR /&gt;
AutoCAD Add-on Tools at http://www.dotsoft.com</description>
      <pubDate>Fri, 17 Apr 2009 11:26:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469900#M349509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469901#M349510</link>
      <description>Some rough code.&lt;BR /&gt;
&lt;BR /&gt;
;; Join mtext demo.&lt;BR /&gt;
;; The order of selection determines the result.&lt;BR /&gt;
;; The first mtext object selected is modified and&lt;BR /&gt;
;; others are deleted.&lt;BR /&gt;
(defun c:jmtx ( / e obj lst str)&lt;BR /&gt;
  (while&lt;BR /&gt;
    (and&lt;BR /&gt;
      (setq e (car (entsel "\nSelect mtext: ")))&lt;BR /&gt;
      (setq obj (vlax-ename-&amp;gt;vla-object e))&lt;BR /&gt;
      (equal "AcDbMText" (vlax-get obj 'ObjectName))&lt;BR /&gt;
    )&lt;BR /&gt;
    (setq lst (cons obj lst))&lt;BR /&gt;
  )&lt;BR /&gt;
  (setq obj (last lst))&lt;BR /&gt;
  (setq str (vlax-get obj 'TextString))&lt;BR /&gt;
  (foreach x (cdr (reverse lst))&lt;BR /&gt;
    (setq str (strcat str "\\P" (vlax-get x 'TextString)))&lt;BR /&gt;
    (vla-delete x)&lt;BR /&gt;
  )&lt;BR /&gt;
  (vlax-put obj 'TextString str)&lt;BR /&gt;
  (princ)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
Joe Burke</description>
      <pubDate>Fri, 17 Apr 2009 12:13:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/2469901#M349510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3020302#M349511</link>
      <description>&lt;P&gt;Awesome - nice work. Simple, yet effective...and free!&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2011 13:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3020302#M349511</guid>
      <dc:creator>jmacpherson</dc:creator>
      <dc:date>2011-05-11T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111418#M349512</link>
      <description>&lt;P&gt;Works quite well. Would like the option to select text and the program determines if it is mtext or text and finally convert it to one mtext.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 13:54:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111418#M349512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-02T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111618#M349513</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;Works quite well. Would like the option to select text and the program determines if it is mtext or text and finally convert it to one mtext.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;I've been finding I could use something just like that recently, and had forgotten about this thread, so I gave it a shot -- try the attached &lt;STRONG&gt;JoinMtext.lsp&lt;/STRONG&gt; [command name: &lt;STRONG&gt;JMT&lt;/STRONG&gt;].&amp;nbsp; See commentary at the top of the file.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 17:18:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111618#M349513</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-08-02T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111708#M349514</link>
      <description>&lt;P&gt;Thank you, It works very well&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 19:31:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3111708#M349514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-02T19:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113122#M349515</link>
      <description>&lt;P&gt;When I run the joinmt.lsp and I first select an mtext entity, I'm getting :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: no function definition: VLAX-ENAME-&amp;gt;VLA-OBJECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 05:21:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113122#M349515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-04T05:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113294#M349517</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;When I run the joinmt.lsp and I first select an mtext entity, I'm getting :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: no function definition: VLAX-ENAME-&amp;gt;VLA-OBJECT&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Add this line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(vl-load-com)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;near the top of the file -- say, right below the top (defun) line.&amp;nbsp; I often forget to include that, because something in my Architectural Desktop loads it for me, so I never get that error.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 11:42:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113294#M349517</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-08-04T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113324#M349518</link>
      <description>&lt;P&gt;Thankyou, it works&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 11:59:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113324#M349518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-04T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113374#M349519</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/565193"&gt;@diagodose2009&lt;/a&gt; wrote:&lt;BR /&gt;Hello i fixed a few bugs...&lt;BR /&gt;....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please identify what the&amp;nbsp;"bugs" are, and I will consider whether they should be addressed.&amp;nbsp; The "source Lisp" in the image doesn't appear to change anything of substance.&amp;nbsp; But various things about it are&amp;nbsp;bizarre....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It&amp;nbsp;is invalid in many places.&amp;nbsp; It uses underscores in place of hyphens in many (vla...) function names, and weirdly has a&amp;nbsp;4 in place of &lt;STRONG&gt;-&amp;gt;&lt;/STRONG&gt; in conversions [both ways] between enames and vla-objects.&amp;nbsp; Maybe those are separately-defined sub-routines that aren't shown, though I can't conceive of a reason to do that with function names so similar to, and operation apparently identical to,&amp;nbsp;those of the "real" functions, nor if there's some reason to do that, why others were &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp;similarly redefined.&amp;nbsp; Or maybe that's the form they need to be in for C++, but in the Lisp version they won't work that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It uses (terpri) at the end in place of&amp;nbsp;Joe Burke's&amp;nbsp;original&amp;nbsp;(princ).&amp;nbsp; That at least prevents the number returned by the final (setvar) from appearing at the Command: line, but it puts&amp;nbsp;&lt;EM&gt;nil&lt;/EM&gt; there.&amp;nbsp; Everyone else uses (princ) or (prin1) or (print) at the ends of routines to &lt;EM&gt;not put anything&lt;/EM&gt; there ["exit quietly" as it says in the Help for (prin1)], and it's beyond my comprehension why one would change that to something that puts nil there instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It unnecessarily pulls portions out&amp;nbsp;to define a sub-routine that&amp;nbsp;is used only once -- pointless.&amp;nbsp; At the end of that, it unnecessarily&amp;nbsp;sends out&amp;nbsp;the value of the variable it just set, whereas having that (setq) as the last function in the sub-routine means that what&amp;nbsp;the (setq) returns will be returned by the sub-routine, anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It&amp;nbsp;unnecessarily defines some localized variables as nil at the beginning, which is wasted&amp;nbsp;code because localizing them has already done that for their use within the routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it does the deleting of subsequently-selected objects as the &lt;EM&gt;setting of a variable&lt;/EM&gt; [which is apparently &lt;EM&gt;never used&lt;/EM&gt;] is completely beyond me.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 12:53:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3113374#M349519</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-08-04T12:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3114932#M349521</link>
      <description>&lt;P&gt;So wouldn't you know it -- after building JoinMtext to put a &lt;EM&gt;blank line&lt;/EM&gt; between the contents of selected objects when it combines them,&amp;nbsp;as I thought I would usually want, the first time I actually went to &lt;EM&gt;use&lt;/EM&gt; it in some real work, I found that I wanted all three possibilities [mentioned in the comment at the double Enter]&amp;nbsp;-- one to join everything into &lt;EM&gt;one&lt;/EM&gt; paragraph with only a &lt;EM&gt;space&lt;/EM&gt; added between the selected objects' contents; one to start a &lt;EM&gt;new paragraph&lt;/EM&gt; for each one's content &lt;EM&gt;without&lt;/EM&gt; a blank line between, and one to put a blank line between as the original does.&amp;nbsp; So I adjusted it to make &lt;EM&gt;three&lt;/EM&gt; varieties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached &lt;STRONG&gt;OneMtext.lsp&lt;/STRONG&gt; defines three commands: &lt;STRONG&gt;1MT0&lt;/STRONG&gt;, &lt;STRONG&gt;1MT1&lt;/STRONG&gt; and &lt;STRONG&gt;1MT2&lt;/STRONG&gt;.&amp;nbsp; The &lt;STRONG&gt;1MT&lt;/STRONG&gt; part is about combining&amp;nbsp;Mtext/Text objects&amp;nbsp;into One Mtext object.&amp;nbsp; The number at the end is the &lt;EM&gt;number of Enters added&lt;/EM&gt; between the contents of each selected object [&lt;STRONG&gt;0&lt;/STRONG&gt; adds a Space, &lt;STRONG&gt;1&lt;/STRONG&gt; starts a new paragraph for each, &lt;STRONG&gt;2&lt;/STRONG&gt; adds a blank line between].&amp;nbsp;&amp;nbsp;You could easily make variations with &lt;EM&gt;more than 2&lt;/EM&gt; Enters if you&amp;nbsp;have a use for&amp;nbsp;such things....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also chose to force "Exactly" line spacing [my preference] -- you can eliminate that line if you want to retain whatever the line spacing style is of the first-selected Mtext or the default if the first one is converted Text, or you can change the 2 to a 1 to force "At least" spacing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to accepting both Mtext and Text objects,&amp;nbsp;they have a few other differences from TXT2MTXT:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; The order of selection determines the order of the joined contents, rather than the relative positions of the pieces.&amp;nbsp; That does mean that you need to pick the pieces one at a time, and not with something like a window.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;They take the first-selected object [converting it to Mtext if it’s Text], and add each subsequently-selected object’s content to the end, with the added Space/Enter[s], retaining the first-selected object’s text Style, height, rotation, Layer, color, etc., and&amp;nbsp;incorporating within all of that the subsequently-selected objects’ &lt;EM&gt;textual content only&lt;/EM&gt;.&amp;nbsp; [TXT2MTXT retains differences in&amp;nbsp;font, height,&amp;nbsp;color, etc. between selected Text objects.]&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; If the first-selected object is Mtext,&amp;nbsp;they retain its defined width, so content from other objects with different widths can end up with line breaks in different places.&amp;nbsp; If the first-selected object is plain Text, and any of the other objects is Mtext with a non-zero defined width, the width of the widest one of those will be applied to the result, to minimize effects on formatting.&amp;nbsp; If all are plain Text, they use the width of the first-selected one.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 13:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3114932#M349521</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-08-05T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3114982#M349522</link>
      <description>&lt;P&gt;Nice, you must program in your sleep.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happend to your buddy diagodose2009, he posts his two cents worth of who knows what&amp;nbsp;and then vanishes like the wind?&amp;nbsp; What's that old saying: If you don't have anything good to say, then you shouldn't say it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good one, Kent.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 13:36:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3114982#M349522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-05T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3115070#M349523</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;Nice, you must program in your sleep.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happend to your buddy diagodose2009, he posts his two cents worth of who knows what&amp;nbsp;and then vanishes like the wind?&amp;nbsp;....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you -- I wouldn't say that, but I&amp;nbsp;can get kind of obsessed sometimes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[I wonder whether the Moderator has removed diagodose2009's posts.&amp;nbsp; I don't think you can Delete one of your own&amp;nbsp;after anyone has replied to it, as I did to the first one that used to be on this thread (and now my reply is kind of meaningless).&amp;nbsp; A&amp;nbsp;lot of them seem like, or at least seem to&amp;nbsp;contain, commercials, or maybe all the emphasis on C-based programming languages was deemed&amp;nbsp;inapplicable here.]&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:36:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3115070#M349523</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-08-05T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3227582#M349524</link>
      <description>&lt;P&gt;thanks guys&lt;/P&gt;&lt;P&gt;this has helped me&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 00:05:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3227582#M349524</guid>
      <dc:creator>AutoMarcus</dc:creator>
      <dc:date>2011-11-15T00:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3228470#M349525</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@autofatalerror wrote:&lt;BR /&gt;&lt;P&gt;thanks guys&lt;/P&gt;&lt;P&gt;this has helped me&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's always good to see that people are searching the discussion group, and actually finding things they can use in past threads.&amp;nbsp; Fairly often, &lt;EM&gt;without&lt;/EM&gt; doing that first, someone will ask a question, the answer to which is a link to a thread they could have found themselves if they had looked.&amp;nbsp; So thank &lt;EM&gt;you&lt;/EM&gt; for looking!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2011 18:12:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3228470#M349525</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2011-11-15T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3360133#M349526</link>
      <description>&lt;P&gt;Routine is nice, is there anyway to add a space when joing the differert mtext together to seperate them.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 18:55:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3360133#M349526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T18:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Multiple Mtext into 1 Mtext</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3360221#M349527</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;Routine is nice, is there anyway to add a space when joing the differert mtext together to seperate them.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you really mean just an &lt;EM&gt;in-line&lt;/EM&gt;&amp;nbsp;space, without any Enter/hard-return, that's what 1MT0 does.&amp;nbsp; If you mean a &lt;EM&gt;vertical&lt;/EM&gt; space between lines, that is, a blank line in between the contents of each selected Text/Mtext object,&amp;nbsp;that's what 1MT2 does.&amp;nbsp; Do they not work that way for you?&amp;nbsp; Or are you talking about something else?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 19:29:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/combine-multiple-mtext-into-1-mtext/m-p/3360221#M349527</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2012-03-06T19:29:43Z</dc:date>
    </item>
  </channel>
</rss>

