<?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 Re: Freeze multiple layer names with spaces in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302398#M132496</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes","SLD circuits*","SLD lamps*","SLD objects*","SLD firehat" ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the error layer name not found and yet each layer name works on its own as in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes" ;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD circuits*" ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this works&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze SLD_attributes,SLD_circuits*,SLD_lamps*,SLD_objects*,SLD firehat ;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi rodb,&lt;/P&gt;
&lt;P&gt;your last code works as expected &lt;SPAN&gt;because you are entering the layer names as a list, one string composed &lt;SPAN&gt;by several&lt;/SPAN&gt; &lt;SPAN&gt;names&lt;/SPAN&gt; separated by &lt;SPAN&gt;a comma&lt;/SPAN&gt;, and it &lt;SPAN&gt;is the right way to provide to the command '-layer' multiple names.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 May 2016 10:58:08 GMT</pubDate>
    <dc:creator>hmsilva</dc:creator>
    <dc:date>2016-05-01T10:58:08Z</dc:date>
    <item>
      <title>Freeze multiple layer names with spaces</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302379#M132495</link>
      <description>&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes","SLD circuits*","SLD lamps*","SLD objects*","SLD firehat" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the error layer name not found and yet each layer name works on its own as in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes" ;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD circuits*" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this works&lt;/P&gt;&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze SLD_attributes,SLD_circuits*,SLD_lamps*,SLD_objects*,SLD firehat ;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2016 10:13:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302379#M132495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-01T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze multiple layer names with spaces</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302398#M132496</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes","SLD circuits*","SLD lamps*","SLD objects*","SLD firehat" ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the error layer name not found and yet each layer name works on its own as in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD attributes" ;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze "SLD circuits*" ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this works&lt;/P&gt;
&lt;P&gt;ID_Thaw&amp;nbsp;&amp;nbsp;&amp;nbsp; [Thaw work layers]^C^C-layer thaw * on * freeze SLD_attributes,SLD_circuits*,SLD_lamps*,SLD_objects*,SLD firehat ;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi rodb,&lt;/P&gt;
&lt;P&gt;your last code works as expected &lt;SPAN&gt;because you are entering the layer names as a list, one string composed &lt;SPAN&gt;by several&lt;/SPAN&gt; &lt;SPAN&gt;names&lt;/SPAN&gt; separated by &lt;SPAN&gt;a comma&lt;/SPAN&gt;, and it &lt;SPAN&gt;is the right way to provide to the command '-layer' multiple names.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hope this helps, &lt;BR /&gt;Henrique&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2016 10:58:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302398#M132496</guid>
      <dc:creator>hmsilva</dc:creator>
      <dc:date>2016-05-01T10:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze multiple layer names with spaces</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302399#M132497</link>
      <description>&lt;P&gt;Try...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;^C^C-layer thaw * on * freeze &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/FONT&gt;SLD attributes&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;SLD circuits*&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt; ;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 May 2016 10:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302399#M132497</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-05-01T10:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Freeze multiple layer names with spaces</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302661#M132498</link>
      <description>&lt;P&gt;Yep that works thanks to both of you!&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2016 16:24:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/freeze-multiple-layer-names-with-spaces/m-p/6302661#M132498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-01T16:24:04Z</dc:date>
    </item>
  </channel>
</rss>

