MSasu Posted August 11, 2012 Posted August 11, 2012 @fuccaro: Since you don’t had access to an AutoCAD to validate your code, please allow me to add some corrections to it: (setq ss (ssget "_X" '((8 . "WATERMARK")))) and (repeat (setq i (sslength ss)) (setq a (entget (ssname ss (setq i (1- 1))))) (print (cdr (assoc 0 a))) (princ) ) 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.