<?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>tema Error: syntax error en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9573995#M38586</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi Guys ! &amp;nbsp; I want to run a AutoLISP app in AutoCAD. &amp;nbsp;I am on a Mac. It is possible to run but then while performing it shows an error message saying: " error: syntax error".&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code is in the attachments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 11:28:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-11T11:28:10Z</dc:date>
    <item>
      <title>Error: syntax error</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9573995#M38586</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Guys ! &amp;nbsp; I want to run a AutoLISP app in AutoCAD. &amp;nbsp;I am on a Mac. It is possible to run but then while performing it shows an error message saying: " error: syntax error".&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code is in the attachments.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 11:28:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9573995#M38586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-11T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error: syntax error</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574196#M38591</link>
      <description>Hi @Anonymous&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;The code you attached shows another error, when I try to use it in AutoCAD:&lt;BR /&gt;"too few arguments in SETQ: (SETQ P4 ALTURA (GETDIST "\nIndique a altura da viga: "))"&lt;BR /&gt;and it is really true:&lt;BR /&gt;The statement (SETQ P4 ALTURA (GETDIST "\nIndique a altura da viga: ")) in this routine doesn't assign anything to P4 variable - there should be something between  P4 and ALTURA variables: some GET function or some already assigned variable.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 12:46:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574196#M38591</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-06-11T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error: syntax error</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574248#M38594</link>
      <description>&lt;P&gt;should it work if i insert&amp;nbsp; (setq p4 (getdist "\nIndique a altura da viga: ")) instead of&amp;nbsp; (setq p4 &amp;nbsp;altura (getdist "\nIndique a altura da viga: ")) ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:08:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574248#M38594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-11T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error: syntax error</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574321#M38596</link>
      <description>Yes, if the subsequent part of the code is correct.&lt;BR /&gt;But (+ ((angle p1 p2) (angle p2 p1) 90) = 180)) seems to be incorrect, because "= (equal to)"  also is a function and its signature is (= numstr [numstr ...]. In your case, you are using it incorrectly.&lt;BR /&gt;The syntax of "+" function is also incorrect, it should be (+ [number number ...]), but you have something strange.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:39:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/error-syntax-error/m-p/9574321#M38596</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-06-11T13:39:55Z</dc:date>
    </item>
  </channel>
</rss>

