Grant Posted May 15, 2014 Posted May 15, 2014 Found this a problem with Acad 2015 - if you get this error go into your code and look for 'mapcar' then within that look for 'command' and change to 'command-s' (if plst (progn (mapcar '(lambda (X) ;turn layer on (if (> (cadr X) 0) (command-s "._-LAYER" "_ON" (car X) "") );i );l plst );m );p Hope this helps some people as it was hard to find Quote
Grant Posted May 15, 2014 Author Posted May 15, 2014 As always there is more to it see: http://docs.autodesk.com/ACDMAC/2014/ENU/index.html?url=files/GUID-5C9DC003-3DD2-4770-95E7-7E19A4EE19A1.htm,topicNumber=d30e351208 and http://knowledge.autodesk.com/support/autocad-mep/troubleshooting/caas/discussion/t5/Visual-LISP-AutoLISP-and-General/Lisp-Problems-in-2015/td-p/4992168.html 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.