BlackAlnet Posted August 10, 2009 Posted August 10, 2009 Anyone know? I try and cant find a good site for me, to learn progam lisp with vba... I already study lisp using autolisp, and i want to improve my lisp. I always see the vba lisp is much cleaner and tiny... A good reference will help me a lot!! Thanks Quote
lpseifert Posted August 10, 2009 Posted August 10, 2009 Try here http://www.afralisp.net/ if you're reffering to Visual Lisp, this might help http://www.midpointcad.com/au/docs/lakose_The_Visual_LISP_Developers_Bible.pdf Quote
BlackAlnet Posted August 10, 2009 Author Posted August 10, 2009 if you're reffering to Visual Lisp, this might help http://www.midpointcad.com/au/docs/lakose_The_Visual_LISP_Developers_Bible.pdf Yes, it's exactily what i'm searching!! Many thanks, it will help me a lot. Actualy i have to extract MANY information from lines, and write (setq (assoc 62 elistb) (setq elistb (cons (cons 62 col1) elistb)) (setq elistb (subst (cons 62 col1) (assoc 62 elistb) elistb)) MANY TIMES! is driving me crazy!!! visual lisp will help me a lot!!Many thanks!!! 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.