<?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 Breaking command without quiting Lisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/breaking-command-without-quiting-lisp/m-p/8695737#M90464</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;Is there a way in Autolisp to&amp;nbsp; break a command (command .....) without quiting Lisp routine? &lt;BR /&gt;The Command in certain momment&amp;nbsp; expects passing a number, and in that momment I woulkd like to stop it and continue Lisp routine.&lt;/P&gt;
&lt;PRE&gt;(defun ( / )
    ...
    (command ..)
    ....
);defun&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Mar 2019 14:36:58 GMT</pubDate>
    <dc:creator>andkal</dc:creator>
    <dc:date>2019-03-30T14:36:58Z</dc:date>
    <item>
      <title>Breaking command without quiting Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/breaking-command-without-quiting-lisp/m-p/8695737#M90464</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;Is there a way in Autolisp to&amp;nbsp; break a command (command .....) without quiting Lisp routine? &lt;BR /&gt;The Command in certain momment&amp;nbsp; expects passing a number, and in that momment I woulkd like to stop it and continue Lisp routine.&lt;/P&gt;
&lt;PRE&gt;(defun ( / )
    ...
    (command ..)
    ....
);defun&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 14:36:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/breaking-command-without-quiting-lisp/m-p/8695737#M90464</guid>
      <dc:creator>andkal</dc:creator>
      <dc:date>2019-03-30T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking command without quiting Lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/breaking-command-without-quiting-lisp/m-p/8695753#M90465</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/856802"&gt;@andkal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried this:&lt;/P&gt;
&lt;PRE&gt;(command)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should do the trick.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;~DD&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 14:52:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/breaking-command-without-quiting-lisp/m-p/8695753#M90465</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2019-03-30T14:52:50Z</dc:date>
    </item>
  </channel>
</rss>

