PDA

View Full Version : Importing csv file to lisp


jitesh789
2008-07-13, 09:08 AM
how can i import csv file in drawing with the help of lisp and how to read from these files
suppose i have 5 columns how can i read

rkmcswain
2008-07-13, 02:49 PM
Using lisp, you can use the OPEN, WHILE, READ-LINE, and CLOSE functions. But what are you going to do with the data that you read from the file?