<?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 R10 LISP to 2002 in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810679#M154003</link>
    <description>I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
2002.&lt;BR /&gt;
&lt;BR /&gt;
What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
some examples that "Command" included "_." before the actual&lt;BR /&gt;
command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&lt;BR /&gt;
Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
LISP files are in?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Gale Gorman&lt;BR /&gt;
Houston</description>
    <pubDate>Thu, 23 Oct 2003 16:17:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-10-23T16:17:49Z</dc:date>
    <item>
      <title>R10 LISP to 2002</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810679#M154003</link>
      <description>I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
2002.&lt;BR /&gt;
&lt;BR /&gt;
What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
some examples that "Command" included "_." before the actual&lt;BR /&gt;
command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&lt;BR /&gt;
Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
LISP files are in?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Gale Gorman&lt;BR /&gt;
Houston</description>
      <pubDate>Thu, 23 Oct 2003 16:17:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810679#M154003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-10-23T16:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: R10 LISP to 2002</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810680#M154004</link>
      <description>Autocad wil recognize the files if you put the path in:&lt;BR /&gt;
tool-&amp;gt;options-&amp;gt;files-&amp;gt;support file search path.&lt;BR /&gt;
&lt;BR /&gt;
There are several changes in lisp between 10 and 2002, one is the "_".&lt;BR /&gt;
The best way is just trying.&lt;BR /&gt;
&lt;BR /&gt;
jan&lt;BR /&gt;
&lt;BR /&gt;
"Gale Gorman" &lt;GGORMAN&gt; schreef in bericht&lt;BR /&gt;
news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
&amp;gt; 2002.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
&amp;gt; some examples that "Command" included "_." before the actual&lt;BR /&gt;
&amp;gt; command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
&amp;gt; LISP files are in?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Gale Gorman&lt;BR /&gt;
&amp;gt; Houston&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/GGORMAN&gt;</description>
      <pubDate>Thu, 23 Oct 2003 22:05:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810680#M154004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-10-23T22:05:15Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810681#M154005</link>
      <description>I thought the "_" was only for working with different language versions.&lt;BR /&gt;
&lt;BR /&gt;
"-" (hyphen) needed before "insert".&lt;BR /&gt;
&lt;BR /&gt;
Not new but "." before command uses the actual AutoCAD command (".quit") not&lt;BR /&gt;
a redefined version.&lt;BR /&gt;
&lt;BR /&gt;
"Jan van de Poel" &lt;ERGENS&gt; wrote in message&lt;BR /&gt;
news:E0E662280B5B4516358141D01169ED01@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Autocad wil recognize the files if you put the path in:&lt;BR /&gt;
&amp;gt; tool-&amp;gt;options-&amp;gt;files-&amp;gt;support file search path.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; There are several changes in lisp between 10 and 2002, one is the "_".&lt;BR /&gt;
&amp;gt; The best way is just trying.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; jan&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Gale Gorman" &lt;GGORMAN&gt; schreef in bericht&lt;BR /&gt;
&amp;gt; news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
&amp;gt; &amp;gt; 2002.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
&amp;gt; &amp;gt; some examples that "Command" included "_." before the actual&lt;BR /&gt;
&amp;gt; &amp;gt; command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
&amp;gt; &amp;gt; LISP files are in?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Gale Gorman&lt;BR /&gt;
&amp;gt; &amp;gt; Houston&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/GGORMAN&gt;&lt;/ERGENS&gt;</description>
      <pubDate>Fri, 24 Oct 2003 04:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810681#M154005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-10-24T04:09:29Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810682#M154006</link>
      <description>You're correct, that's why i wrote " one of the changes ".&lt;BR /&gt;
Besides the "_" "-" and "." there are some small command changes.&lt;BR /&gt;
Don't remember what more changes there are, some commands are a little&lt;BR /&gt;
changed and many have been added.&lt;BR /&gt;
&lt;BR /&gt;
Jan&lt;BR /&gt;
&lt;BR /&gt;
"Warren Trost" &lt;TROSTWL_PAULENG&gt; schreef in bericht&lt;BR /&gt;
news:FEF40A32A1EFFDE16DAAA1E41EBD4ADF@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I thought the "_" was only for working with different language versions.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "-" (hyphen) needed before "insert".&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Not new but "." before command uses the actual AutoCAD command (".quit")&lt;BR /&gt;
not&lt;BR /&gt;
&amp;gt; a redefined version.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Jan van de Poel" &lt;ERGENS&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:E0E662280B5B4516358141D01169ED01@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Autocad wil recognize the files if you put the path in:&lt;BR /&gt;
&amp;gt; &amp;gt; tool-&amp;gt;options-&amp;gt;files-&amp;gt;support file search path.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; There are several changes in lisp between 10 and 2002, one is the "_".&lt;BR /&gt;
&amp;gt; &amp;gt; The best way is just trying.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; jan&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Gale Gorman" &lt;GGORMAN&gt; schreef in bericht&lt;BR /&gt;
&amp;gt; &amp;gt; news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 2002.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; some examples that "Command" included "_." before the actual&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; LISP files are in?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Gale Gorman&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Houston&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/GGORMAN&gt;&lt;/ERGENS&gt;&lt;/TROSTWL_PAULENG&gt;</description>
      <pubDate>Fri, 24 Oct 2003 04:33:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810682#M154006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-10-24T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: R10 LISP to 2002</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810683#M154007</link>
      <description>If you have the AutoDesk Migration Tools installed, there is an AutoLISP&lt;BR /&gt;
compatibility Analyzer that does a good job of flagging potential errors.&lt;BR /&gt;
David&lt;BR /&gt;
&lt;BR /&gt;
"Gale Gorman" &lt;GGORMAN&gt; wrote in message&lt;BR /&gt;
news:A427F429ED4EE31DEACB8DF2363C81B7@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I need to use LISP files created for Release 10 in Acad&lt;BR /&gt;
&amp;gt; 2002.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; What changes do I nee to make to the files?  I noticed in&lt;BR /&gt;
&amp;gt; some examples that "Command" included "_." before the actual&lt;BR /&gt;
&amp;gt; command as in: (command "_.line" pt1 pt2 """").&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Also where do I get 2002 to recognize the directory these&lt;BR /&gt;
&amp;gt; LISP files are in?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Gale Gorman&lt;BR /&gt;
&amp;gt; Houston&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/GGORMAN&gt;</description>
      <pubDate>Fri, 24 Oct 2003 11:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/r10-lisp-to-2002/m-p/810683#M154007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-10-24T11:39:48Z</dc:date>
    </item>
  </channel>
</rss>

