<?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: CAN YOU EXPLAIN THE ATTACHED &amp;quot;SCRIPT FILE&amp;quot; ? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117222#M119645</link>
    <description>&lt;P&gt;That's &lt;EM&gt;not&lt;/EM&gt; a "Script," by the way [that word&amp;nbsp;has a specific, and &lt;EM&gt;different&lt;/EM&gt;, meaning in AutoCAD] -- it's a &lt;STRONG&gt;command macro&lt;/STRONG&gt;.&amp;nbsp; It only switches to Layer 0 and Inserts, as you say, using command-line inputs.&amp;nbsp; The ^C^C is a double cancel, typically used at the beginning of macros in case you call one when in some other command,&amp;nbsp;and typically doubled because some commands require two cancels to fully get out of them, but they are expendable if you pick on the button only when not in any other command.&amp;nbsp; The &lt;STRONG&gt;hyphens&lt;/STRONG&gt; before the Layer and Insert command names mean to use the &lt;EM&gt;command-line&lt;/EM&gt; versions rather than the dialog-box versions.&amp;nbsp; The Layer command &lt;STRONG&gt;S&lt;/STRONG&gt;ets Layer &lt;STRONG&gt;0&lt;/STRONG&gt; current, and has two semicolons [Enters] at the end to register the Layer name and to end the command [another Layer prompt comes up after using any option such as the Set option here, with exiting the command being the default].&amp;nbsp; The &lt;STRONG&gt;asterisk&lt;/STRONG&gt; preceding the file name means to Insert it &lt;EM&gt;Exploded&lt;/EM&gt;, so what it brings in will not be nested in a Block in the current drawing.&amp;nbsp; The &lt;STRONG&gt;0,0&lt;/STRONG&gt; near the end is the insertion point, and the semicolons after it are&amp;nbsp;first registering the 0,0 and the last two accepting the default scale factor of 1&amp;nbsp;[the command doesn't ask for&amp;nbsp;X &amp;amp; Y separately when Inserting pre-Exploded, but for only &lt;EM&gt;one&lt;/EM&gt; scale factor] and rotation of 0.&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 15:40:16 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2017-05-30T15:40:16Z</dc:date>
    <item>
      <title>CAN YOU EXPLAIN THE ATTACHED "SCRIPT FILE" ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7116909#M119643</link>
      <description>&lt;P&gt;iS THERE SOMEONE WHO COULD EXPLAIN THE SCRIPT FILE I AM WORKING WITH?&lt;/P&gt;
&lt;P&gt;I CAN'T SEEM TO GET IT TO WORK ANYMORE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;years back 2007 I believe, &amp;nbsp;I worked with a guy who developed a group of tool buttons for the sheet set tools.&lt;/P&gt;
&lt;P&gt;One of which would insert a table that would populate the feilds from the sheet set?&lt;/P&gt;
&lt;P&gt;I'm thinking most of this file already contains data but I'm not sure how it gets tied to the ssm after it's inserted into a sheet in the set.&lt;/P&gt;
&lt;P&gt;I wish I could find the guy who developed this system...&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;will show you the script attached to this button.&lt;/P&gt;
&lt;P&gt;I'm not too good at reading script.&amp;nbsp;(all the characters withing the commands)&lt;/P&gt;
&lt;P&gt;Maybe you can make heads or tails out of it.&lt;/P&gt;
&lt;P&gt;It does insert a table which is a drawing file containing the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^C^C-LAYER;S;0;;-insert;*R:/CAD_Standards/Blocks/D&lt;WBR /&gt;rop_In_Blocks/Index_of_Drawings;0,0;;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 13:43:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7116909#M119643</guid>
      <dc:creator>mgalicki</dc:creator>
      <dc:date>2017-05-30T13:43:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: CAN YOU EXPLAIN THE ATTACHED "SCRIPT FILE" ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117034#M119644</link>
      <description>&lt;P&gt;There are two sample steps to understand a script:&lt;/P&gt;
&lt;P&gt;- semicolon ; or Linefeed or Blank mean "Enter" (divides one step from the other)&lt;/P&gt;
&lt;P&gt;- try the commands by typing it (after saving and closing all your important drawings). This will show you what every single command will invoke.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 14:26:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117034#M119644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: CAN YOU EXPLAIN THE ATTACHED "SCRIPT FILE" ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117222#M119645</link>
      <description>&lt;P&gt;That's &lt;EM&gt;not&lt;/EM&gt; a "Script," by the way [that word&amp;nbsp;has a specific, and &lt;EM&gt;different&lt;/EM&gt;, meaning in AutoCAD] -- it's a &lt;STRONG&gt;command macro&lt;/STRONG&gt;.&amp;nbsp; It only switches to Layer 0 and Inserts, as you say, using command-line inputs.&amp;nbsp; The ^C^C is a double cancel, typically used at the beginning of macros in case you call one when in some other command,&amp;nbsp;and typically doubled because some commands require two cancels to fully get out of them, but they are expendable if you pick on the button only when not in any other command.&amp;nbsp; The &lt;STRONG&gt;hyphens&lt;/STRONG&gt; before the Layer and Insert command names mean to use the &lt;EM&gt;command-line&lt;/EM&gt; versions rather than the dialog-box versions.&amp;nbsp; The Layer command &lt;STRONG&gt;S&lt;/STRONG&gt;ets Layer &lt;STRONG&gt;0&lt;/STRONG&gt; current, and has two semicolons [Enters] at the end to register the Layer name and to end the command [another Layer prompt comes up after using any option such as the Set option here, with exiting the command being the default].&amp;nbsp; The &lt;STRONG&gt;asterisk&lt;/STRONG&gt; preceding the file name means to Insert it &lt;EM&gt;Exploded&lt;/EM&gt;, so what it brings in will not be nested in a Block in the current drawing.&amp;nbsp; The &lt;STRONG&gt;0,0&lt;/STRONG&gt; near the end is the insertion point, and the semicolons after it are&amp;nbsp;first registering the 0,0 and the last two accepting the default scale factor of 1&amp;nbsp;[the command doesn't ask for&amp;nbsp;X &amp;amp; Y separately when Inserting pre-Exploded, but for only &lt;EM&gt;one&lt;/EM&gt; scale factor] and rotation of 0.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 15:40:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117222#M119645</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-05-30T15:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: CAN YOU EXPLAIN THE ATTACHED "SCRIPT FILE" ?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117273#M119646</link>
      <description>&lt;P&gt;Thank you Kent!&lt;/P&gt;
&lt;P&gt;Greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 15:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/can-you-explain-the-attached-quot-script-file-quot/m-p/7117273#M119646</guid>
      <dc:creator>mgalicki</dc:creator>
      <dc:date>2017-05-30T15:46:45Z</dc:date>
    </item>
  </channel>
</rss>

