<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : lisp</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : lisp]]></description>
  <pubDate>Wed, 22 Apr 2026 01:50:26 +0000</pubDate>
  <lastBuildDate>Tue, 05 Apr 2011 10:42:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=5605</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[lisp : You can use the SRXMISSING command...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14568&amp;title=lisp#14568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 5605<br /><strong>Posted:</strong> 05.Apr.2011 at 10:42<br /><br />You can use the SRXMISSING command from our updated <strong>srxText</strong> utility. See Download.]]>
   </description>
   <pubDate>Tue, 05 Apr 2011 10:42:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14568&amp;title=lisp#14568</guid>
  </item> 
  <item>
   <title><![CDATA[lisp : A quick and dirty sub, but this...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14476&amp;title=lisp#14476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=45586">alanjt</a><br /><strong>Subject:</strong> 5605<br /><strong>Posted:</strong> 29.Mar.2011 at 22:43<br /><br />A quick and dirty sub, but this will return any missing values in a list of numbers with a specified increment.<br><br><table width="99%"><tr><td><pre class="BBcode">(defun foo (numberlist inc / low high i lst)<br>&nbsp; (setq low&nbsp; (apply 'min numberlist)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i&nbsp;&nbsp;&nbsp; low<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; high (apply 'max numberlist)<br>&nbsp; )<br>&nbsp; (foreach x (cdr (vl-sort numberlist '&lt;))<br>&nbsp;&nbsp;&nbsp; (if (/= x (setq i (+ inc i)))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq lst (cons i lst)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i&nbsp;&nbsp; (+ inc i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<br>&nbsp;&nbsp;&nbsp; )<br>&nbsp; )<br>&nbsp; (reverse lst)<br>)</pre></td></tr></table><br><br>eg.<br>(foo '(1 3 5 6 7 5 8 9) 1) -&gt; (2 4)<br> ]]>
   </description>
   <pubDate>Tue, 29 Mar 2011 22:43:45 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14476&amp;title=lisp#14476</guid>
  </item> 
  <item>
   <title><![CDATA[lisp : I am not aware of any. But you...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14460&amp;title=lisp#14460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 5605<br /><strong>Posted:</strong> 29.Mar.2011 at 15:00<br /><br />I am not aware of any. But you can export the texts (or attributes) to a text file, sort it, and find any gaps.]]>
   </description>
   <pubDate>Tue, 29 Mar 2011 15:00:11 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14460&amp;title=lisp#14460</guid>
  </item> 
  <item>
   <title><![CDATA[lisp : actually i have parcelnumbers...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14458&amp;title=lisp#14458</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=179163">vasuchowdary200</a><br /><strong>Subject:</strong> 5605<br /><strong>Posted:</strong> 29.Mar.2011 at 14:37<br /><br />actually i have parcelnumbers in sequential like 1 to 999<DIV>&nbsp;</DIV><DIV>how can i find the missing number from that</DIV><DIV>&nbsp;</DIV><DIV>is ther any lisp for that</DIV>]]>
   </description>
   <pubDate>Tue, 29 Mar 2011 14:37:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5605&amp;PID=14458&amp;title=lisp#14458</guid>
  </item> 
 </channel>
</rss>