<?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: Why won't this LISP routine run? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206602#M5217</link>
    <description>&lt;P&gt;unfortunatey, I am at the next immovable roadblock.&amp;nbsp; I keep finding it reposted in even more places.&amp;nbsp; Right now, every time I run it I get "Command: s Unknown command "S". Press F1 for help."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've typed in&amp;nbsp;(insdynv TR15525V), i get the prompt to pick the insertion point and that's it.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 02:43:34 GMT</pubDate>
    <dc:creator>acadadmin3KNUF</dc:creator>
    <dc:date>2024-12-12T02:43:34Z</dc:date>
    <item>
      <title>Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206060#M5211</link>
      <description>&lt;P&gt;Can someone help save my sanity and tell me why I can't get this LISP routine to run?&amp;nbsp; I've loaded it and the required support LISP's, but all I get when I try to run it&amp;nbsp; is "Unknown Command."&amp;nbsp; I've attached an image of the LISP code and my ACAD commandine output.&amp;nbsp; I have no idea why, please help!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:02:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206060#M5211</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-11T20:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206099#M5212</link>
      <description>&lt;P&gt;try to change the line&lt;/P&gt;&lt;P&gt;(defun insdynv (blkname / pt...&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;(defun c:insdyn (/ pt...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:12:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206099#M5212</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2024-12-11T20:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206118#M5213</link>
      <description>&lt;P&gt;thanks very much....NOW the code says "too few arguments" ARRRGH I saw this code in several responses in several places and no one mentioned these kinds of errors; but thanks and yes, I now totally recognize the fact that the function wasn't defined correctly in the first place&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:18:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206118#M5213</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-11T20:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206153#M5214</link>
      <description>&lt;P&gt;Use the original code and call it with parenthesis and block name. That way it was meant to use.&lt;/P&gt;
&lt;P&gt;(insdynv "myblock")&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:36:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206153#M5214</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2024-12-11T20:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206181#M5215</link>
      <description>&lt;P&gt;Thanks for that clarification.&amp;nbsp; Still having problems farther down the line, but I've run out of time for this today.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:54:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206181#M5215</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-11T20:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206248#M5216</link>
      <description>&lt;P&gt;It's pretty fragmented... The best option would be to put all the files and the block into a folder that is added between searchable paths (Support file search path) and then load the main lsp.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206248#M5216</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2024-12-11T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206602#M5217</link>
      <description>&lt;P&gt;unfortunatey, I am at the next immovable roadblock.&amp;nbsp; I keep finding it reposted in even more places.&amp;nbsp; Right now, every time I run it I get "Command: s Unknown command "S". Press F1 for help."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've typed in&amp;nbsp;(insdynv TR15525V), i get the prompt to pick the insertion point and that's it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:43:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206602#M5217</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-12T02:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206644#M5218</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7676115"&gt;@acadadmin3KNUF&lt;/a&gt;&amp;nbsp;(insdynv "TR15525V") or&amp;nbsp;(insdynv blkname) where blkname has been set by the lisp.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:43:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206644#M5218</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-12-12T02:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206667#M5219</link>
      <description>&lt;P&gt;Ok, that worked for that step, thanks very much.&amp;nbsp; Next point of failure is listed at the bottom of this code capture&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Command:
Command: (LOAD "C:/Users/matthew.neesley/Downloads/INSDYNV (1).LSP") INSDYNV

Command:
Command: (LOAD "C:/Users/matthew.neesley/Downloads/InsertblockWithVisibilityState.LSP") LM:SETVISIBILITYSTATE

Command:
Command: (LOAD "C:/Users/matthew.neesley/Downloads/Multi radio buttons.lsp") AH:BUTTS

Command: (insdynv "TR15526V")

Pick a pt for block -insert Enter block name or [?]: TR15526V
Units: Inches   Conversion:    1.0000
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate/Explode/REpeat]: s Specify scale factor for XYZ axes &amp;lt;1&amp;gt;: 1 Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate/Explode/REpeat]:
Specify rotation angle &amp;lt;0&amp;gt;: 0
Command: AHbutts : dialog       {
 label ="Please choose" ;
 : row       {
 : boxed_radio_column   {
 width = 23 ;
 : radio_button  {
key = "Rb1";
label = "01 - 15 - ZPA - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb2";
label = "02 - 15 - ZPA - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb3";
label = "03 - 15 - Asi - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb4";
label = "04 - 15 - Asi - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb5";
label = "05 - 21 - ZPA - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb6";
label = "06 - 21 - ZPA - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb7";
label = "07 - 21 - Asi - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb8";
label = "08 - 21 - Asi - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb9";
label = "09 - 27 - ZPA - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb10";
label = "10 - 27 - ZPA - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb11";
label = "11 - 27 - Asi - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb12";
label = "12 - 27 - Asi - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb13";
label = "13 - 33 - ZPA - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb14";
label = "14 - 33 - ZPA - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb15";
label = "15 - 33 - Asi - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb16";
label = "16 - 33 - Asi - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb17";
label = "17 - 36 - ZPA - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb18";
label = "18 - 36 - ZPA - SPLIT";
 }
spacer_1 ;
 : radio_button  {
key = "Rb19";
label = "19 - 36 - Asi - FULL";
 }
spacer_1 ;
 : radio_button  {
key = "Rb20";
label = "20 - 36 - Asi - SPLIT";
 }
spacer_1 ;
 }
 }
spacer_1 ;
 ok_only;
 }
; error: bad argument type: streamp nil&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:10:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206667#M5219</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-12T03:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206674#M5220</link>
      <description>&lt;P&gt;After doing some short research...I suspect that last error message has something to do with this line of code in the radio buttons file:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq fo (open (setq fname "D:\\acadtemp\\test.dcl") "w"))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I right?&amp;nbsp; Is there some sort of file/location trust issue going on here?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206674#M5220</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-12T03:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206682#M5221</link>
      <description>&lt;P&gt;OMG I DID IT!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"C:\\TRUSTED_LOCATION\\test.dcl"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS VERY MUCH to all who helped!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 03:30:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13206682#M5221</guid>
      <dc:creator>acadadmin3KNUF</dc:creator>
      <dc:date>2024-12-12T03:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't this LISP routine run?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13208686#M5222</link>
      <description>&lt;P&gt;Thats my code use this instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq fo (open (setq fname (vl-filename-mktemp "" "" ".dcl")) "w"))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 12 Dec 2024 22:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/why-won-t-this-lisp-routine-run/m-p/13208686#M5222</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2024-12-12T22:21:32Z</dc:date>
    </item>
  </channel>
</rss>

