Registered forum members do not see this ad.
@fuccaro: Since you don’t had access to an AutoCAD to validate your code, please allow me to add some corrections to it:
andCode:(setq ss (ssget "_X" '((8 . "WATERMARK"))))
Code:(repeat (setq i (sslength ss)) (setq a (entget (ssname ss (setq i (1- 1))))) (print (cdr (assoc 0 a))) (princ) )
Regards,
Mircea
AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3
Registered forum members do not see this ad.
Thank you Mircea!
It's nice to be nice, but sometimes is nicer to be evil!.
![]()
Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
Bookmarks