<?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 for finding block</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : lisp for finding block]]></description>
  <pubDate>Sun, 31 May 2026 22:30:46 +0000</pubDate>
  <lastBuildDate>Tue, 12 Apr 2011 11:45:08 +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=5686</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 for finding block : I found this small lisp routine...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5686&amp;PID=14709&amp;title=lisp-for-finding-block#14709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5686<br /><strong>Posted:</strong> 12.Apr.2011 at 11:45<br /><br /><DIV>I found this small lisp routine at the AutoDesk Discussion Forums.&nbsp; It was submitted by leprofca on 03-22-2007.&nbsp; I have not used it so I cannot tell you if it works or not.</DIV><DIV>&nbsp;</DIV><DIV>(defun C:HANDLE ( / handle ent )<BR>(setq handle (getstring "\nEnter handle to search for: "))<BR>(setq ent (handent handle))<BR>(if ent<BR>(progn ;line added<BR>(sssetfirst nil (ssadd ent))<BR>(command "_zoom" "_Object");line added<BR>);line added<BR>;Else<BR>(ALERT "The handle you entered does not exist in this drawing!")<BR>)<BR>(princ)<BR>) </DIV>]]>
   </description>
   <pubDate>Tue, 12 Apr 2011 11:45:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5686&amp;PID=14709&amp;title=lisp-for-finding-block#14709</guid>
  </item> 
  <item>
   <title><![CDATA[lisp for finding block : does anybody know of a lisp that...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5686&amp;PID=14707&amp;title=lisp-for-finding-block#14707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=174194">RMCGARRIE</a><br /><strong>Subject:</strong> 5686<br /><strong>Posted:</strong> 12.Apr.2011 at 10:29<br /><br />does anybody know of a lisp that can zoom to a block using the handle code. i already know how to get each handle code i just need to know how to zoom to the  block. i am using 2011 cad. hope somebody can help?<br /><br />ry]]>
   </description>
   <pubDate>Tue, 12 Apr 2011 10:29:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5686&amp;PID=14707&amp;title=lisp-for-finding-block#14707</guid>
  </item> 
 </channel>
</rss>