<?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: Diesel in MTEXT to list xrefs in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591332#M102277</link>
    <description>&lt;P&gt;MTEXT fields&lt;/P&gt;
&lt;P&gt;XREFS is not a native DIESEL function, it comes from the addon RTEXT,&lt;/P&gt;
&lt;P&gt;What is 20 Years old (no FIELDS available 20years ago)&lt;/P&gt;
&lt;P&gt;Field-DIESEL works only with native DIESEL funktions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LISP&lt;/P&gt;
&lt;P&gt;As i wrote: Possible&lt;/P&gt;
&lt;P&gt;But this wanted function need to know where to add the information,&lt;/P&gt;
&lt;P&gt;also it is a good thing that the program run all the time (to update the information).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This all needs to ask you some informations,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More better the program, more time needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing for me, Ready4use programs, i usually write this only for my own use,&lt;/P&gt;
&lt;P&gt;but perhaps you will find another helper.&lt;/P&gt;
&lt;P&gt;GoodLuck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jun 2020 19:14:58 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2020-06-20T19:14:58Z</dc:date>
    <item>
      <title>Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9569180#M102263</link>
      <description>&lt;P&gt;I got plenty of xrefs which causes the RTEXT that is used in the sheet block to go beyond the sheet edge.&lt;/P&gt;&lt;P&gt;From what I understand, RTEXT doesn't support multi-line. That leaves me MTEXT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The diesel function used in RTEXT:&amp;nbsp;$(XREFS,8,&amp;nbsp; ,)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this problem is because a remnant from a time when files had 8 characters at max, but today you can have long filenames which gives you a really long list of xrefs &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue what I should do to make this work?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 12:31:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9569180#M102263</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-09T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9569325#M102264</link>
      <description>Q: have you had a chance to start FIELD command yet to create what you seek? I believe this is what you are looking for.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jun 2020 13:28:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9569325#M102264</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-09T13:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9570966#M102265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use field to enter your diesel function which will be a mtext.&lt;/P&gt;&lt;P&gt;Type in the command "FIELD" and then select the field category "other" and then select field name "diesel expression" and then enter your diesel expression on the right side.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vinodkl_0-1591764756711.png" style="width: 480px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/781945i986BD2EFD15A559D/image-dimensions/480x366?v=v2" width="480" height="366" role="button" title="vinodkl_0-1591764756711.png" alt="vinodkl_0-1591764756711.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 04:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9570966#M102265</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2020-06-10T04:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9571136#M102266</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2855596"&gt;@vinodkl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And your Program can handle extendet RText-Diesel expressions like XREFS ?&lt;/P&gt;
&lt;P&gt;Wow, never saw that before, all my Versions are able to handle native Diesel functions only.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 07:20:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9571136#M102266</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-06-10T07:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9571256#M102267</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;. I had not tested it&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; and you are right. xref function do not work in field and I stand corrected. I had used diesel expression with other function like GETVAR it worked very well. I did know that the function "GETPROP" would not work in field, but I didn't know that xref wouldn't work as well&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9571256#M102267</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2020-06-10T08:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9575218#M102268</link>
      <description>&lt;P&gt;I just tried fields with the XREFS before reading the last reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it doesn't work with field then?&lt;/P&gt;&lt;P&gt;What else can I investigate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does RTEXT support linebreaks? is there a way to read the length of the RTEXT and break the line?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 20:30:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9575218#M102268</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-11T20:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9575374#M102269</link>
      <description>No automatic line-breaks in RTEXT, you'll need to add them manually.&lt;BR /&gt;&lt;BR /&gt;How to do it with FIELDs as a workaround &lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/line-break-in-fields/m-p/3084284#M155858" target="_blank"&gt;https://forums.autodesk.com/t5/civil-3d-forum/line-break-in-fields/m-p/3084284#M155858&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or start widening that box in your titleblock.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 11 Jun 2020 22:16:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9575374#M102269</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-06-11T22:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9577780#M102270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;No automatic line-breaks in RTEXT, you'll need to add them manually.&lt;BR /&gt;&lt;BR /&gt;How to do it with FIELDs ...&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But it seems like the usage of&amp;nbsp;&lt;SPAN&gt;XREFS&amp;nbsp;and diesel isn't compatible with FIELDS, is it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;At least I couldn't manage to make it work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please see screenshot&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FIELD vs RTEXT.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/783250iCED5BEF1A96636F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FIELD vs RTEXT.jpg" alt="FIELD vs RTEXT.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could there be a workaround, using LISP or similar, to read out the XREFS and fill in an MTEXT?&lt;/P&gt;&lt;P&gt;Maybe a workaround like this would require REGEN or re-running the LISP before PLOT, but still, it would be better than having the Xrefs going beyond paperspace.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Jun 2020 06:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9577780#M102270</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-13T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9577789#M102271</link>
      <description>&lt;P&gt;Fields can not use the Rtext-DieselExtension, just native Diesel functions will work with fields.&lt;/P&gt;
&lt;P&gt;Xrefs" is an Rtext DieselExtension, so it will not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;API (VBA LISP .Net and more)&lt;/P&gt;
&lt;P&gt;Sure, a tool to do this is possible, 1000 times in use&lt;/P&gt;
&lt;P&gt;and i am sure you will find samples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 07:11:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9577789#M102271</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-06-13T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9586065#M102272</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;API (VBA LISP .Net and more)&lt;/P&gt;&lt;P&gt;Sure, a tool to do this is possible, 1000 times in use&lt;/P&gt;&lt;P&gt;and i am sure you will find samples.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am afraid I haven't &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you can push me in the right direction, I would be very grateful. I am not even sure what proper keyword I should be looking for, to find anything, free or paid tools that can read Xrefs and print them out for you on a sheet.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 20:24:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9586065#M102272</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-17T20:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9586128#M102273</link>
      <description>&lt;P&gt;Use this RTEXT-DIESEL&amp;nbsp; expression: $(XREFS,8)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 21:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9586128#M102273</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-06-17T21:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9590982#M102274</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Use this RTEXT-DIESEL&amp;nbsp; expression: $(XREFS,8)&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That's how I do today.&lt;/P&gt;&lt;P&gt;Unfortunately, I have a large amount of Xrefs plus they have long filenames and therefore the line exceeds far beyond the paper edge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I was looking for alternatives. Too bad Fields doesn't support XREFS, nor does MTEXT.&lt;/P&gt;&lt;P&gt;If someone knew a LISP-method to fill an MTEXT with all Xrefs, that could work better than the solutions available today.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, we'll have to admit defeat on this one &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 12:30:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9590982#M102274</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-20T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591044#M102275</link>
      <description>&lt;P&gt;Sorry, but this is not what you use today.&lt;/P&gt;
&lt;P&gt;Copy my posted expression, try it, then write a new answer.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 13:47:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591044#M102275</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-06-20T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591080#M102276</link>
      <description>&lt;P&gt;Thanks for your patience with me. You are right of course, the code looked rather similar but wasn't identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting approach!&lt;/P&gt;&lt;P&gt;Maybe I would need to adjust the drawing layout to fit the Xrefs nicely into the sheet.&lt;/P&gt;&lt;P&gt;Also, I realize my initial question can be interpreted differently. You solved this perfect to meet the multi-line demand, while what I had in mind was an MTEXT or behaviour like MTEXT: a given column width and a bottom-left justification so that the Xrefs could be listed one after another and when there is no room, they continue below, and thanks to the justification setting, the text would grow upwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screen capture of my problem:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Haider_of_Sweden_0-1592663295481.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/785918iA1F7ED4E10585CFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Haider_of_Sweden_0-1592663295481.png" alt="Haider_of_Sweden_0-1592663295481.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, with the solution you provided, I would need to layout the drawing differently. The result would be better than what I have today because I can present all the Xrefs, which I couldn't before as demonstrated in the screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what do you think about the MTEXT approach? Is this doable? Either fully automatically or manually (LISP to push text into an MTEXT or similar)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 14:33:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591080#M102276</guid>
      <dc:creator>Haider_of_Sweden</dc:creator>
      <dc:date>2020-06-20T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diesel in MTEXT to list xrefs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591332#M102277</link>
      <description>&lt;P&gt;MTEXT fields&lt;/P&gt;
&lt;P&gt;XREFS is not a native DIESEL function, it comes from the addon RTEXT,&lt;/P&gt;
&lt;P&gt;What is 20 Years old (no FIELDS available 20years ago)&lt;/P&gt;
&lt;P&gt;Field-DIESEL works only with native DIESEL funktions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LISP&lt;/P&gt;
&lt;P&gt;As i wrote: Possible&lt;/P&gt;
&lt;P&gt;But this wanted function need to know where to add the information,&lt;/P&gt;
&lt;P&gt;also it is a good thing that the program run all the time (to update the information).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This all needs to ask you some informations,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More better the program, more time needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing for me, Ready4use programs, i usually write this only for my own use,&lt;/P&gt;
&lt;P&gt;but perhaps you will find another helper.&lt;/P&gt;
&lt;P&gt;GoodLuck&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 19:14:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/diesel-in-mtext-to-list-xrefs/m-p/9591332#M102277</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-06-20T19:14:58Z</dc:date>
    </item>
  </channel>
</rss>

