<?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: SCR Script in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196447#M81354</link>
    <description>No one is going to call you, We are all end users around here just like you: if you want to schedule a call you need to contact Autodesk Support from your Autodesk Account Page (look for the icon with a ? in it) &lt;A href="https://manage.autodesk.com" target="_blank"&gt;https://manage.autodesk.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Mar 2021 16:24:19 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2021-03-29T16:24:19Z</dc:date>
    <item>
      <title>SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10189986#M81345</link>
      <description>&lt;P&gt;I want to write a script for a cart to move in the warehouse pick path direction. Please help me with it. I am running into an error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 17:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10189986#M81345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-26T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190044#M81346</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I am running into an error.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then you must have started writing something.&amp;nbsp; Post what you have so far, and describe the error.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 17:46:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190044#M81346</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-03-26T17:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190211#M81347</link>
      <description>&lt;P&gt;When I execute the code the object disappears. One of the objects in the group is Block.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 18:37:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190211#M81347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-26T18:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190260#M81348</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When I execute the code ....&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;What&lt;/EM&gt; code?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 18:54:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190260#M81348</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-03-26T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190331#M81349</link>
      <description>&lt;P&gt;Move&lt;BR /&gt;g&lt;BR /&gt;NB1&lt;/P&gt;&lt;P&gt;-384'-3 63/64",261'-8"&lt;BR /&gt;-347'-6 3/8",261'-8"&lt;BR /&gt;delay 2000&lt;BR /&gt;rscript&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 19:33:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190331#M81349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-26T19:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190581#M81350</link>
      <description>&lt;P&gt;So what are 'g' and 'NB1'?&amp;nbsp; If they are objects stored into AutoLisp variables, in the Script situation you would need to use the variable names with a preceding &lt;FONT color="#0000FF"&gt;exclamation point&lt;/FONT&gt;:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;!&lt;/FONT&gt;g&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;!&lt;/FONT&gt;NB1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It's not like inside AutoLisp, where you don't need that, but like doing it manually at the command line, where you do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't look like it completes the object selection for the Move command -- typically an empty line [Enter only].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I can understand the object disappearing if this is what repeats.&amp;nbsp; It would continue to Move it the same distance in the same direction, &lt;EM&gt;without ever Moving it back to the start again&lt;/EM&gt;, so it would eventually leave the viewing area of the drawing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[And really -- down to the sixty-fourth of an inch?]&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 21:44:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10190581#M81350</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-03-26T21:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10195914#M81351</link>
      <description>&lt;P&gt;g = group and NB1 = group name. Can we schedule a call today to go over this?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 13:45:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10195914#M81351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-29T13:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196117#M81352</link>
      <description>&lt;P&gt;I forgot about the Group option [editing commands don't show selection options unless you ask for them with a ?]. Have you tried at least completing the selection with an Enter [blank line]?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Move&lt;BR /&gt;g&lt;BR /&gt;NB1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-384'-3 63/64",261'-8"&lt;BR /&gt;-347'-6 3/8",261'-8"&lt;BR /&gt;delay 2000&lt;BR /&gt;rscript&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But that would still take the group eventually out of the drawing area completely.&amp;nbsp; What would be the criteria for stopping, and maybe Moving it back to the starting location again?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 14:52:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196117#M81352</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2021-03-29T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196190#M81353</link>
      <description>Shall we schedule a call to go over this? It's easier to show than type in here.</description>
      <pubDate>Mon, 29 Mar 2021 15:09:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196190#M81353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-29T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: SCR Script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196447#M81354</link>
      <description>No one is going to call you, We are all end users around here just like you: if you want to schedule a call you need to contact Autodesk Support from your Autodesk Account Page (look for the icon with a ? in it) &lt;A href="https://manage.autodesk.com" target="_blank"&gt;https://manage.autodesk.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2021 16:24:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/scr-script/m-p/10196447#M81354</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-03-29T16:24:19Z</dc:date>
    </item>
  </channel>
</rss>

