CadTechJGC184 Posted April 20, 2009 Posted April 20, 2009 Hello All, I've got a lot of lisp routins off this site and not one of them works. Any suggestion? Other than it's the operator!! hahahah:cry: Quote
lpseifert Posted April 20, 2009 Posted April 20, 2009 maybe this will help http://www.cadtutor.net/faq/questions/28/How+do+I+use+an+AutoLISP+routine%3F Quote
CadTechJGC184 Posted April 20, 2009 Author Posted April 20, 2009 I'm not getting any error messages. It just doesn't recognize the command or lisp routine. I will try the link above. thanks for all the help! Quote
Lee Mac Posted April 20, 2009 Posted April 20, 2009 Make sure you are loading the routine correctly as shown in the link posted - but also make sure that you are typing the correct syntax, and not just the filename. The syntax is: (defun c:XXX (/ var1 var2) This part ^^ 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.