<?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: SCRIPT GUIDE in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9197734#M80789</link>
    <description>&lt;P&gt;Google "REBAR LISP" there is a lot of programs out there some very professional and so have a cost, others free.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again lisp is much better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://www.cadtutor.net/forum/topic/69388-double-cranked-poly-line-that-help-civil-engineers/" target="_blank" rel="noopener"&gt;https://www.cadtutor.net/forum/topic/69388-double-cranked-poly-line-that-help-civil-engineers/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 05:26:21 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2019-12-12T05:26:21Z</dc:date>
    <item>
      <title>SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9193798#M80782</link>
      <description>&lt;P&gt;Hello Everyone!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm beginning to learn Scripts in Autocad, But I didn't Find any Reference guide for it.&amp;nbsp; I don't know what command i should write for any functions. for Example for writing a text how i should write the script or creating a layer or any other works we want to do by scripts.. Is there any Reference guide to introduce these commands and tools and how to use them in script??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Masum&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 16:45:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9193798#M80782</guid>
      <dc:creator>khalili_masoomeh</dc:creator>
      <dc:date>2019-12-10T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Betreff: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9194829#M80783</link>
      <description>&lt;P&gt;The reference guide is your help[F1] because you only use normal commands in your script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you dont know the command,&lt;/P&gt;
&lt;P&gt;start the command like everytime and press [F1] for the help topic or [F2] to see the command name and workflow in the textscreen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start circle command, press F2 to following the worksteps, press F1 for help to learn what is documented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will see the command called CIRCLE, asks for position and diam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets try it again via commandline, tyoe in:&lt;/P&gt;
&lt;P&gt;CIRCLE&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;50,50&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;25&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Works? You created a circle by using the keyboard ONLY, thats it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Write the same input into your simple textEDITOR (not in Word).&lt;/P&gt;
&lt;P&gt;Write only the same like before, empty document, first line first char:&lt;/P&gt;
&lt;P&gt;CIRCLE&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;50,50&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;25&amp;lt;enter&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing more.&lt;/P&gt;
&lt;P&gt;Save the file as Circle.SCR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start a new drawing, load your first script, command SCRIPT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, need to learn also very special things, but for the first steps not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopeful you doesn't means LISP VBA Or .NET.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 01:45:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9194829#M80783</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-12-11T01:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9194914#M80784</link>
      <description>&lt;P&gt;Can you explain in broad terms what you want to do, using lisp is better than a script as calculation, new point locations can be worked out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If using scripts you may not want dialogue box input so -insert can be used instead of insert, also use of the system variable Filedia 0 or 1 can turn off dialouges.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 03:41:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9194914#M80784</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-12-11T03:41:14Z</dc:date>
    </item>
    <item>
      <title>Betreff: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196049#M80785</link>
      <description>&lt;P&gt;thank you so much for replying . Yes my question was exactly about Scripts. you mean for each command i should go to help and see what i should write? there isn't any general reference to see how you should write something?? If i look for commands in help center still there are some questions for me for example you wrote CIRCLE and the next line 50 comma 50 . how can i know when i should press enter? when i should use comma when i should use&amp;nbsp;@ , when i can write something in one line , when i should use dot (.)&amp;nbsp;when i should press Space,&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;what should i write insted of Yes/No ..and So on... You know I want to know the way i can use that commands ,the tool is for example a Rectangle and my Question is first what i should write for rectangle i should write exactly (Rectangle) or some other like Rectang , and the next question is after i write Rectang then i have to go to next line or no i should write in front of it and then when i want to change layer of that rectangle how i should write this how i should give the numbers and colors . how i can copy things...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 14:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196049#M80785</guid>
      <dc:creator>khalili_masoomeh</dc:creator>
      <dc:date>2019-12-11T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196068#M80786</link>
      <description>&lt;P&gt;Thank you, Yes you are right , the LISP would be better but i don't want to spend much time for learning LISP i do not want to do professional works . I want to write scripts to draw some things in order and repeat it for a simple work. for example i want to write something to draw a simple beam, some rebars in it ,some dimensions, tags and specific layers ..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 14:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196068#M80786</guid>
      <dc:creator>khalili_masoomeh</dc:creator>
      <dc:date>2019-12-11T14:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196156#M80787</link>
      <description>&lt;P&gt;LISP can be almost as simple as SCRIPT.&amp;nbsp;With SCRIPT you will very soon hit its limitations. With LISP it's the other way around... you can expand your knowledge if your current task will require.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 14:58:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196156#M80787</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-12-11T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Betreff: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196263#M80788</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5428881"&gt;@khalili_masoomeh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... you mean for each command i should go to help and see what i should write? there isn't any general reference to see how you should write something?? If i look for commands in help center still there are some questions for me for example you wrote CIRCLE and the next line 50 comma 50 . how can i know when i should press enter? when i should use comma when i should use&amp;nbsp;@ , when i can write something in one line , when i should use dot (.)&amp;nbsp;when i should press Space,&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;what should i write insted of Yes/No ..and So on... .... what i should write for rectangle i should write exactly (Rectangle) or some other like Rectang , and the next question is after i write Rectang then i have to go to next line or no i should write in front of it and then when i want to change layer of that rectangle how i should write this how i should give the numbers and colors . how i can copy things...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need to go to Help unless you don't know how to use a particular command.&amp;nbsp; All you need is to do what you want manually at the command line, but using hyphen-prefixed command names where appropriate, such as &lt;STRONG&gt;&lt;FONT color="#000000"&gt;-LAYER&lt;/FONT&gt;&lt;/STRONG&gt; or &lt;FONT color="#000000"&gt;&lt;STRONG&gt;-INSERT&lt;/STRONG&gt;&lt;/FONT&gt;, to avoid dialog boxes, and duplicate exactly the same entries into a Script file.&amp;nbsp; That goes for where you use&amp;nbsp;@, and where you use commas, and whether you need to spell out a full command name or use an alias, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not aware of the core concept that 50-comma-50 is standard input format for X-coordinate-comma-Y-coordinate for specifying a point [in the example case the center of the Circle], maybe you need some basic training.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Enter or space interchangeably in most cases [except when something like Layer or Block names with spaces in them are involved], exactly when you can use either one at the command line.&amp;nbsp; That Circle example could be simply:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;CIRCLE 50,50&amp;nbsp;25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the last parts of your questions, you can use the CHPROP and COPY commands just as you use others -- just do it manually, and duplicate what you did into a Script file.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 15:27:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9196263#M80788</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-12-11T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCRIPT GUIDE</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9197734#M80789</link>
      <description>&lt;P&gt;Google "REBAR LISP" there is a lot of programs out there some very professional and so have a cost, others free.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again lisp is much better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://www.cadtutor.net/forum/topic/69388-double-cranked-poly-line-that-help-civil-engineers/" target="_blank" rel="noopener"&gt;https://www.cadtutor.net/forum/topic/69388-double-cranked-poly-line-that-help-civil-engineers/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:26:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/script-guide/m-p/9197734#M80789</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2019-12-12T05:26:21Z</dc:date>
    </item>
  </channel>
</rss>

