Message 1 of 4
1 form loaded from #<editor "<Untitled-0> loading..."> AutoLISP error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was trying to import my csv file using this line of code:
(setq f (open "C:\\Users\\김민정\\A1B_Simulation_01.csv" "r"))
And when I run it, this message shows up in the console:
; 1 form loaded from #<editor "<Untitled-0> loading...">
Just a bit of background:
- This is not the first time I wrote an AutoLisp code. I've written one or two routines before and it ran successfully.
- Now, I'm creating a new one (using the same code but different file to import, and other few/minor changes) on a new file but I still get that message. It seems like AutoCAD doesn't read my file properly.
- In this new routine that I'm making, I've only written one line so far (since it doesn't work properly).
I've been stuck here for hours so I'd really appreciate it if someone could help me out as soon as possible. Thank you!