<?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 in 2024 in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13667322#M164491</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Acad 2019, when I started LISP dbcount (dbcount syntax), I marked the field in which I wanted to count the blocks, and Acad counted all the blocks in the field I marked and neatly arranged them in a table with an image, description, and quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbelcic_1-1749111425595.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1540500iC3C4842BBF09A7D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbelcic_1-1749111425595.png" alt="dbelcic_1-1749111425595.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In ACad 2024 the same Project&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbelcic_2-1749111544602.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1540504i142CC3F0D1A93236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbelcic_2-1749111544602.png" alt="dbelcic_2-1749111544602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try the same (dbcount) LISP in Acad 2019 you will see how nicetable&lt;SPAN&gt;&amp;nbsp;the program makes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 08:21:10 GMT</pubDate>
    <dc:creator>d.belcic</dc:creator>
    <dc:date>2025-06-05T08:21:10Z</dc:date>
    <item>
      <title>LISP in 2024</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13655321#M19</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I also have some LISP files that worked for me and I used them regularly, but now they don't work for me in the ACAD2024 version. Can someone help me?&lt;/P&gt;&lt;P&gt;I'm not very familiar with code, if someone can fix the code so that it works in ACad2024 I would be very grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Damirapplot&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13655321#M19</guid>
      <dc:creator>d.belcic</dc:creator>
      <dc:date>2025-05-29T04:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: LISP in 2024</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13655520#M20</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for both:&lt;/P&gt;&lt;P&gt;Describe/show the problem in detail.&lt;/P&gt;&lt;P&gt;Use APPLOAD to load the lisp file, problem?&lt;/P&gt;&lt;P&gt;Start the new command (which one?), problem?&lt;/P&gt;&lt;P&gt;Say what you exprect and what happens instead.&lt;/P&gt;&lt;P&gt;Textscreen is your friend [F2], share all informations to help potential helpers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(seperate, for both lisp files)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 06:39:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13655520#M20</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-05-29T06:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: LISP in 2024</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13656654#M21</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6776642"&gt;@d.belcic&lt;/a&gt;&amp;nbsp;Your 3rd party LISP from Lee Mac work just fine here in AutoCAD 2023-24-25-26, do you perhaps just not familiar with how to autoload them? The author of your LISP provides online tutorials&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lee-mac.com/tutorials.html#lisptutorials" target="_blank"&gt;https://www.lee-mac.com/tutorials.html#lisptutorials&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can in the meantime simply drag and drop each lisp into your open DWG file, answer yes to the pop-up question, then run each one like I just did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_0-1748543394994.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1538613i12A7EE5DBF8AF6BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_0-1748543394994.png" alt="pendean_0-1748543394994.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pendean_1-1748543528569.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1538614iDE3C7C9A95FF755E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pendean_1-1748543528569.png" alt="pendean_1-1748543528569.png" /&gt;&lt;/span&gt;&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>Thu, 29 May 2025 18:32:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13656654#M21</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-05-29T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: LISP in 2024</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13667322#M164491</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Acad 2019, when I started LISP dbcount (dbcount syntax), I marked the field in which I wanted to count the blocks, and Acad counted all the blocks in the field I marked and neatly arranged them in a table with an image, description, and quantity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbelcic_1-1749111425595.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1540500iC3C4842BBF09A7D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbelcic_1-1749111425595.png" alt="dbelcic_1-1749111425595.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In ACad 2024 the same Project&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dbelcic_2-1749111544602.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1540504i142CC3F0D1A93236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dbelcic_2-1749111544602.png" alt="dbelcic_2-1749111544602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try the same (dbcount) LISP in Acad 2019 you will see how nicetable&lt;SPAN&gt;&amp;nbsp;the program makes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 08:21:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13667322#M164491</guid>
      <dc:creator>d.belcic</dc:creator>
      <dc:date>2025-06-05T08:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: LISP in 2024</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13667380#M164493</link>
      <description>&lt;P&gt;Start 2019 / open a file&lt;/P&gt;&lt;P&gt;Use APPLOAD to load the attached dbcount.lsp&lt;/P&gt;&lt;P&gt;Start DBCOUNT and you will see the same as in 2024.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Short story: Whatever you load in 2019 for usual, it isn't the file you attached and tried in 2024.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution: Search for the file you use in 2019 and use the same in 2024.&lt;/P&gt;&lt;P&gt;Your install is customized, so nobody know what you or your admin set up.&lt;/P&gt;&lt;P&gt;If you need help to find the "2019 dbcount", start with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: (findfile:dbcount.lsp)&lt;/P&gt;&lt;P&gt;Acad feedback is nil, or a path to a file named dbcount.lsp? If so - load this file in 2024 and try it again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jun 2025 08:55:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-in-2024/m-p/13667380#M164493</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-06-05T08:55:01Z</dc:date>
    </item>
  </channel>
</rss>

