btraemoore Posted April 25, 2012 Posted April 25, 2012 Hey all, What I'm doing is trying to learn how to make visuallisp reference a excel spreadsheet. My problem, I have some experience working in autolisp and am in to process of teaching my self more. I am getting the grips on visual lisp, and am trying to understand the syntax which seems easier than autolisp, but autolisp syntax seems to make a little more since to me. Any way, I'm getting off topic. I looking for a couple good tutorials on visuallisp syntax, referencing a .csv and having it read from it. The project I'm working on is as follows; I'm trying to modify layernames, colors, and linetypes based on information i have in an excel spreadsheet. ------------------------------------- ex: layer name "not right" --- should be layer name "some standard layer" layer color "7" --- should be layer color "7" line type "hidden".--- should be line type "hidden" -------------------------------------- "some standard layer" has "color" and "line type" in the cells following it. based on the color and linetype i want to rename the layer to a predefined but (not created) layer. now, i can rationalize the steps it will take to make a routine to do this, my problem lies in the lack of knowledge of VL syntax. Anyone have good links or advice? Quote
BlackBox Posted April 25, 2012 Posted April 25, 2012 (Generally speaking) This post may be useful to you... For those who may not know him, or of his work, David Stein is the author of a book titled The Visual LISP Developer's Bible... Perhaps you've heard of it? I had the distinct pleasure of communicating with David earlier this year, after purchasing his newest book on the topic The Visual LISP Developer's Bible, 2011 Edition: Only $7 at Amazon. Inspired by this thread, I'm starting this topic so that there's a place for people who either know David Stein, or those who may just be fans of his work, can come and say thanks. I've personally learned a lot from reading his books, and I wanted to give others an opportunity to say thanks as well. Cheers! linky - http://www.theswamp.org/index.php?topic=39403.msg446686#msg446686 Quote
BlackBox Posted April 25, 2012 Posted April 25, 2012 .... Perhaps this old post may be of use to you as well. HTH Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.