<?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: Lisp for Creating a Support Drawings Table of Filenames and Descriptions in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7713102#M110185</link>
    <description>&lt;P&gt;Is this lisp release dependent? I'm using 2017 but the other engineers are on 2014....Tried showing it to my boss and got an internal "VLAX OR FUNCTION NOT DEFINED"&amp;nbsp;error.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2018 15:15:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-23T15:15:37Z</dc:date>
    <item>
      <title>Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7668375#M110173</link>
      <description>&lt;P&gt;This should be straightforward for someone acquainted with Lisp (I work in VBA, not familiar with Lisp at all). What I need is a program to open each drawing in a directory as read only (visible = false) and grab the drawing number and desc1 and desc2 attribute from the title block. Then close the drawing and go onto the next drawing until all drawings have been processed. The program would extract the target directory from the currently active drawing. The program will skip opening the currently active drawing and getting the attributes above. As a last step, the program will list each drawing in a table column and its corresponding description (desc1 + desc2) in the next column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached pictures for more clarity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help is always appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also, all our drawings are done in .dwg format in this particular directory and all will have 7 character filenames - EX: "JS9D002". If the program could ignore any dwg that didn't meet these criteria that would be great.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 22:03:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7668375#M110173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T22:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7694466#M110174</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;.. What I need is a program to open each drawing in a directory as read only (visible = false) and grab the drawing number and desc1 and desc2 attribute from the title block. Then close the drawing and go onto the next drawing until all drawings have been processed....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not really necessary the need to open a drawing file to extract attribute data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;.... &lt;SPAN&gt;&amp;nbsp;The program would extract the target directory from the currently active drawing. The program will skip opening the currently active drawing and getting the attributes above. As a last step, the program will list each drawing in a table column and its corresponding description (desc1 + desc2) in the next column....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Preferably , the currently&amp;nbsp;active&amp;nbsp;drawing where the program will run is the sheet where the "table" will eventually be populated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;....any help is always appreciated.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also, all our drawings are done in .dwg format in this particular directory and all will have 7 character filenames - EX: "JS9D002". If the program could ignore any dwg that didn't meet these criteria that would be great.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have no fear, Help is here. Post a couple of sample drawings and show us what the project folder structure looks like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 16:35:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7694466#M110174</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-16T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7694589#M110175</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Maybe it's possible, we need to test the file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possible to do this if you open all the drawings at the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is called a Statement&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How many drawings do you have?&lt;/SPAN&gt;&lt;BR /&gt;Attach the sample file to dwg&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7694589#M110175</guid>
      <dc:creator>maratovich</dc:creator>
      <dc:date>2018-01-16T17:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7696238#M110176</link>
      <description>&lt;P&gt;Why not use the default data extraction in AutoCAD?&lt;/P&gt;&lt;P&gt;Seems to me it does almost everything you ask for.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 07:03:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7696238#M110176</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2018-01-17T07:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7705398#M110177</link>
      <description>&lt;P&gt;pbejse,&lt;/P&gt;&lt;P&gt;sorry for slow response, work has been crazy busy lately!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached&amp;nbsp;a sample layout showing the table to be generated. The number of drawings in this table could be 1 or 100, but between 1-10 drawings is normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You had said: "Preferably , the currently&amp;nbsp;active&amp;nbsp;drawing where the program will run is the sheet where the "table" will eventually be populated" --- that is correct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The folder structure is shown in my original post as&amp;nbsp;a picture. Of course, the job number will vary constantly so it's best (I think) if the program can look at the currently active drawing to find its directory then proceed through that directory processing the drawings as described.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks once again!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 22:53:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7705398#M110177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T22:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7706985#M110178</link>
      <description>&lt;P&gt;I'm on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...The &lt;EM&gt;&lt;STRONG&gt;folder structure is shown in my original post as&amp;nbsp;a picture&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I see there is a "layout" folder, I guess its safe to assume there are other sub-directories like "Details"? Are the&amp;nbsp;SUPPORT DRAWINGS located in the same folder ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you want to have an option to select the support drawing file from a list?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 05:28:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7706985#M110178</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-21T05:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7707160#M110179</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Command: SDT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"T:\\Jobs\\Jobs JA-JZ\\JS9\\Layout\\JS9E002.dwg processed"&lt;BR /&gt;"T:\\Jobs\\Jobs JA-JZ\\JS9\\Layout\\JS9E003.dwg processed"&lt;BR /&gt;"T:\\Jobs\\Jobs JA-JZ\\JS9\\Layout\\JS9E004.dwg processed"&lt;BR /&gt;"T:\\Jobs\\Jobs JA-JZ\\JS9\\Layout\\JS9E005.dwg processed"&lt;BR /&gt;"T:\\Jobs\\Jobs JA-JZ\\JS9\\Layout\\JS9E006.dwg processed"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pick point for Table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Conditions

(= 7 (strlen filename))		; filename is 7 characters long
(wcmatch dwgName "@@#@###")	; Filename to match this format
				; @ = Matches any single alphabetic character
				; # = Matches any single numeric digit
supportDrawings			; Files under folder to match Folder prefix
tabledata			; valid files attribute block should have both
				;	DESC1 &amp;amp; DESC2 attribute tag
"BORDER-E"			; Runs exclusively with this title block
				;	we will add more block names later&lt;/PRE&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 11:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7707160#M110179</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-21T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710116#M110180</link>
      <description>&lt;P&gt;The program runs but the command line returns :"No Valid Attributes Found"....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other border names are BORDER-D, BORDER-R, and BORDER-B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct in assuming that all the SUPPORT DRAWINGS will be located in the same folder as the main layout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again for your effort!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 18:16:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710116#M110180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T18:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710139#M110181</link>
      <description>&lt;P&gt;It looks like your code is not running correctly because the output you stated above&amp;nbsp;that all the support drawings for job JS9 are E size. If you look at the picture again, you will notice that the support drawings could be B, D, E, or R size drawings (borders mentioned in my previous post).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 18:24:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710139#M110181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T18:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710216#M110182</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;The program runs but the command line returns :"No Valid Attributes Found"....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because you get the message &lt;SPAN&gt;"No Valid Attributes Found" It can be these t&lt;/SPAN&gt;wo things , either the files borders is other than&amp;nbsp;"BORDER-E" [ the block is not found ]or the block attributes TAG are not always &lt;STRONG&gt;DESC1&lt;/STRONG&gt; and &lt;STRONG&gt;DESC2&lt;/STRONG&gt; for the description.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the attached code [ with additional Border names ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 18:43:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710216#M110182</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-22T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710390#M110183</link>
      <description>&lt;P&gt;One final request and I promise I'm done! Upon insertion of the table can it place it on layer "0, set the color to be cyan,&amp;nbsp;and if that layer is not present in the current drawing to create it? This layer is in the sample drawing I submitted to you before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is working beautifully! This final tweak will save us engineers so much time. Thanks once again!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:33:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7710390#M110183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7711651#M110184</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;One final request and I promise I'm done! Upon insertion of the table can it place it on layer "0, set the color to be cyan,&amp;nbsp;and if that layer is not present in the current drawing to create it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;See attached lisp file:. The bit you need to edit when you &lt;STRONG&gt;need&lt;/STRONG&gt; to change the layer name on the attached file,&amp;nbsp;Line number &lt;STRONG&gt;91&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;..&lt;BR /&gt;(if (not (tblsearch "LAYER" (setq thislayer &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;"BLK"&lt;/STRONG&gt;&lt;/FONT&gt;)))&lt;BR /&gt;..&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;..... The code is working beautifully! This final tweak will save us engineers so much time. Thanks once again!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am pleased to hear that. You are welcome&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;p&lt;/STRONG&gt;Be&amp;nbsp;&amp;lt;--- p = Patrick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 06:29:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7711651#M110184</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-23T06:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7713102#M110185</link>
      <description>&lt;P&gt;Is this lisp release dependent? I'm using 2017 but the other engineers are on 2014....Tried showing it to my boss and got an internal "VLAX OR FUNCTION NOT DEFINED"&amp;nbsp;error.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:15:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7713102#M110185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp for Creating a Support Drawings Table of Filenames and Descriptions</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7713267#M110186</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;Is this lisp release dependent? I'm using 2017 but the other engineers are on 2014....Tried showing it to my boss and got an internal "VLAX OR FUNCTION NOT DEFINED"&amp;nbsp;error.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry my bad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;this line&lt;/FONT&gt;&lt;/STRONG&gt; at the end of the file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#FF99CC"&gt;            )
      (princ)
)&lt;/FONT&gt;&lt;BR /&gt;
&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;(vl-load-com)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:47:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-for-creating-a-support-drawings-table-of-filenames-and/m-p/7713267#M110186</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2018-01-23T15:47:12Z</dc:date>
    </item>
  </channel>
</rss>

