<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Lisp, Loops and Lines :-(</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Lisp, Loops and Lines :-(]]></description>
  <pubDate>Sat, 13 Jun 2026 09:14:34 +0000</pubDate>
  <lastBuildDate>Sat, 27 Nov 2010 08:54:21 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=4843</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Lisp, Loops and Lines :-( : That&amp;#039;s great, another little...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11984&amp;title=lisp-loops-and-lines#11984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149425">jpkibble</a><br /><strong>Subject:</strong> 4843<br /><strong>Posted:</strong> 27.Nov.2010 at 08:54<br /><br />That's great,&nbsp; another little problem solved making my life 100% easier!<br><br>Huge, thanks! <img src="https://www.cadforum.cz/forum_en/smileys/smiley17.gif" border="0" align="absmiddle" alt="T&#111;ngue" /><br>]]>
   </description>
   <pubDate>Sat, 27 Nov 2010 08:54:21 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11984&amp;title=lisp-loops-and-lines#11984</guid>
  </item> 
  <item>
   <title><![CDATA[Lisp, Loops and Lines :-( : You are almost there...  The...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11970&amp;title=lisp-loops-and-lines#11970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 4843<br /><strong>Posted:</strong> 26.Nov.2010 at 16:30<br /><br />You are almost there...<DIV>&nbsp;</DIV><DIV>The loop should look like:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>(command "_PLINE")</DIV><DIV>(while (setq line (read-line openfile))</DIV><DIV>&nbsp;(command line)</DIV><DIV>);while</DIV><DIV>(command "")</DIV><DIV></pre></td></tr></table></DIV>]]>
   </description>
   <pubDate>Fri, 26 Nov 2010 16:30:53 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11970&amp;title=lisp-loops-and-lines#11970</guid>
  </item> 
  <item>
   <title><![CDATA[Lisp, Loops and Lines :-( : Hi I&amp;#039;m trying to draw a simple...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11968&amp;title=lisp-loops-and-lines#11968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149425">jpkibble</a><br /><strong>Subject:</strong> 4843<br /><strong>Posted:</strong> 26.Nov.2010 at 15:42<br /><br />Hi <br><br>I'm trying to draw a simple polyline from a csv file of x and y coordinates.<br><br>I can open and read the csv file fine but can't get a loop to work within a line command drawing the line from point to point in a while loop.<br><br>I've tried lots of things without success,&nbsp; the code below best explains what I'm trying to acheive.<br><br>(defun c:csv ()<br><br>(setq selfile (getfiled "Select File" "" "CSV" 0))<br><br>(setq openfile (open selfile "r"))<br><br>(command "pline" (while (setq line (read-line openfile)))<br><br><br>)<br>)<br><br>Any ideas?<img src="https://www.cadforum.cz/forum_en/smileys/smiley11.gif" border="0" align="absmiddle" alt="Dead" /><br>]]>
   </description>
   <pubDate>Fri, 26 Nov 2010 15:42:06 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4843&amp;PID=11968&amp;title=lisp-loops-and-lines#11968</guid>
  </item> 
 </channel>
</rss>