Search found 2 matches

by michielmm
Thu Oct 13, 2011 1:50 pm
Forum: Other Dialects
Topic: AutoLISP read and write from file line by line
Replies: 1
Views: 17852

Re: AutoLISP read and write from file line by line

Hi all, Just for the benefit of others: I solved the issue. I decided to learn a little more about LISP and rewrite the code altogether. Here it is: ;;==============START OF THE ACTUAL CODE============================================================ ;=================================================...
by michielmm
Tue Oct 11, 2011 9:47 pm
Forum: Other Dialects
Topic: AutoLISP read and write from file line by line
Replies: 1
Views: 17852

AutoLISP read and write from file line by line

Hi all, I am rather new to AutoLISP and I'm still learning how to properly program it. I am running a AutoLISP to generate a field of circular polylines with position x,y and radius R read from a (user-selected) file. At the moment I read the file completely before I start generating the polylines, ...