<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
<title>layer command !!!</title>
<link>http://www.zwsoft.com/forum/viewthread.php?tid=1741</link>
<description>Dear Atabey,
 
I tried this code in lsp file, it works fast in 2010 and 2011 version.
 
May I know what is your ZWCAD version?
 
Also, I think this may be one sentence in your lsp file, so could you send us the whole lsp file that containing this line which works slow?
Thanks, our email is &lt;a href=&quot;mailto:tech@zwcad.com&quot; target=&quot;_blank&quot;&gt;tech@zwcad.com&lt;/A&gt; </description>
<author>Atabey37</author>
<pubDate>2011-03-03 19:12:50</pubDate>
<item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1741&amp;pid=13346</link>
<description>
 
hi m8 there is a problem your code!!!
 

not equal this code my code!!
 
if there is layer &quot;1&quot; your code dont work...
 
for exp :
 
your drawing there is Layer &quot;1&quot; and layer color &quot;5&quot;
your code cant chage it
but my code change it !!!
 
m</description>
<author>Atabey37</author>
<pubDate>2011-03-09 08:32:19</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1741&amp;pid=13331</link>
<description>
 
Dear Daniel,
 

i use ZWCAD 2011 Pro trial version.
 
and this lisp work very slow in big files..( over 2 MB dwg files)
(this lisp work fast little files)
 
but same lisp fast work on autocad even big files ( over 2 MB dwg files)
 
(DEFUN C:ZZ ( / ) 
 
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;0&quot; &quot;COLOR&quot; &quot;0&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;1&quot; &quot;COLOR&quot; &quot;1&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;2&quot; &quot;COLOR&quot; &quot;2&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;3&quot; &quot;COLOR&quot; &quot;3&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;4&quot; &quot;COLOR&quot; &quot;4&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;5&quot; &quot;COLOR&quot; &quot;5&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;6&quot; &quot;COLOR&quot; &quot;6&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;7&quot; &quot;COLOR&quot; &quot;7&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;8&quot; &quot;COLOR&quot; &quot;8&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;9&quot; &quot;COLOR&quot; &quot;9&quot; &quot;&quot; &quot;&quot;)
 (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;12&quot; &quot;COLOR&quot; &quot;12&quot; &quot;&quot; &quot;&quot;)
    (COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;30&quot; &quot;COLOR&quot; &quot;30&quot; &quot;&quot; &quot;&quot;)
 (command &quot;COLOR&quot; &quot;BYLAYER&quot;)
)
 </description>
<author>Atabey37</author>
<pubDate>2011-03-04 07:52:59</pubDate>
</item><item><link>http://www.zwsoft.com/forum/viewthread.php?tid=1741&amp;pid=13323</link>
<description>hi
 
(COMMAND &quot;LAYER&quot; &quot;MAKE&quot; &quot;1&quot; &quot;COLOR&quot; &quot;1&quot; &quot;&quot; &quot;&quot; )
 
why this command take very long time  in lsp file!!!</description>
<author>Atabey37</author>
<pubDate>2011-03-02 08:50:35</pubDate>
</item>  </channel>
</rss>