<?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) : Audit Blocks</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Audit Blocks]]></description>
  <pubDate>Thu, 23 Apr 2026 03:28:08 +0000</pubDate>
  <lastBuildDate>Tue, 07 Apr 2009 15:30:46 +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=1866</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[Audit Blocks : bcount works great. Thanks for...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5212&amp;title=audit-blocks#5212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2987">ISElation</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 07.Apr.2009 at 15:30<br /><br /><P>bcount works great. Thanks for all the help</P>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 15:30:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5212&amp;title=audit-blocks#5212</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : I never new about bcount.. Works...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5204&amp;title=audit-blocks#5204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=30236">msplcdykee69</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 07.Apr.2009 at 04:27<br /><br /><P>I never new about bcount.. Works great Thanks i will know for next time and i have added that to my Company standards.</P>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 04:27:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5204&amp;title=audit-blocks#5204</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : try the comand &amp;#034;bcount&amp;#034;...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5199&amp;title=audit-blocks#5199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=9082">zhb7</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 06.Apr.2009 at 16:22<br /><br />try&nbsp; the comand "bcount"]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 16:22:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5199&amp;title=audit-blocks#5199</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : I found this to work perfect. (defun...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5170&amp;title=audit-blocks#5170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2987">ISElation</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 01.Apr.2009 at 18:01<br /><br /><P>I found this to work perfect.</P><P>(defun c:blkcount (/ ss lst itm result)<BR>&nbsp; (and (setq ss (ssget "x" (list (cons 0 "INSERT"))))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq lst (mapcar '(lambda (x) (cdr (assoc 2 (entget x))))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (mapcar 'cadr (ssnamex ss)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq lst (vl-sort lst '&gt;))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (while (setq itm (car lst))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq len (length lst))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setq lst&nbsp;&nbsp;&nbsp; (vl-remove itm lst)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cnt&nbsp;&nbsp;&nbsp; (- len (length lst))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; result (cons (cons itm cnt) result)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )<BR>&nbsp; )<BR>&nbsp; result<BR>)</P>]]>
   </description>
   <pubDate>Wed, 01 Apr 2009 18:01:30 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5170&amp;title=audit-blocks#5170</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : You can try to do a web search...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5169&amp;title=audit-blocks#5169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=30236">msplcdykee69</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 01.Apr.2009 at 16:43<br /><br />You can try to do a web search for lisp routines. someone out there may have written one to do exactly what your looking for.&nbsp; If I should happen to find one I will post it here.]]>
   </description>
   <pubDate>Wed, 01 Apr 2009 16:43:06 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5169&amp;title=audit-blocks#5169</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : That lsp works great, but it would...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5168&amp;title=audit-blocks#5168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2987">ISElation</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 01.Apr.2009 at 16:27<br /><br />That lsp works great, but it would be nice to be able to select all the blocks in a drawing and display how many their are. With this lsp i dont really know if i get every block unless i get a list of all the blocks in the drawing first, and if i am doing this i might as well use the quick select command to find out the total for each. Thanks for all the help. ]]>
   </description>
   <pubDate>Wed, 01 Apr 2009 16:27:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5168&amp;title=audit-blocks#5168</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : here is a lisp program use this...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5161&amp;title=audit-blocks#5161</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=30236">msplcdykee69</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 01.Apr.2009 at 04:25<br /><br />here is a lisp program use this to count your blocks.&nbsp; when you type BLK in the command prompt select one of the blocks you wish to know the number of, then window over the area it will give you a count of total number of that particular block in that dwg. <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>(defun c:BLK ()<BR>&nbsp; (SETQ LAY (CDR (ASSOC 2 (ENTGET (CAR (ENTSEL))))))<BR>&nbsp; (setq sel (ssget (list (cons 0 "insert") (cons 2 lay))))<BR>&nbsp; (setq sle (itoa (sslength sel)))<BR>&nbsp; (alert (strcat LAY " : " sle))<BR>)<BR></DIV>]]>
   </description>
   <pubDate>Wed, 01 Apr 2009 04:25:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5161&amp;title=audit-blocks#5161</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : I do not have that &amp;#034;similar...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5155&amp;title=audit-blocks#5155</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2987">ISElation</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 31.Mar.2009 at 22:27<br /><br />I do not have that "similar selection" option. Running the "ssx" command is way faster, but then i have the problems with the blocks being on different layers and having to add them up. I was just wondering if there is a way to export all the block names in a dwg and give me the number of each? AS QUICK AS POSSIBLE]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 22:27:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5155&amp;title=audit-blocks#5155</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : Easiest way is to select one of...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5153&amp;title=audit-blocks#5153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=30236">msplcdykee69</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 31.Mar.2009 at 22:12<br /><br />Easiest way is to select one of the blocks right click your mouse select similar and then look at your properties window and it will tell you how many selected.]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 22:12:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5153&amp;title=audit-blocks#5153</guid>
  </item> 
  <item>
   <title><![CDATA[Audit Blocks : Is there a way to find out exactly...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5152&amp;title=audit-blocks#5152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=2987">ISElation</a><br /><strong>Subject:</strong> 1866<br /><strong>Posted:</strong> 31.Mar.2009 at 21:59<br /><br />Is there a way to find out exactly what blocks are in a drawing and how many of each block there are? ]]>
   </description>
   <pubDate>Tue, 31 Mar 2009 21:59:40 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1866&amp;PID=5152&amp;title=audit-blocks#5152</guid>
  </item> 
 </channel>
</rss>