;;; ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: 3/27/2004 ;;;> EDITED: 08-18-1999 ;;; (defun c:tblk () (setq ss (ssget "x" '((-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "not>") (-4 . "") (-4 . "not>") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "") (-4 . "not>") (-4 . "") (-4 . "not>") (-4 . "and>") ) ) ) (command ".mspace") (if (findfile (strcat(substr (getvar"dwgname")(-(strlen(getvar"dwgname"))2))".dwg")) (command ".wblock" (substr (getvar"dwgname")(-(strlen(getvar"dwgname"))2)) "Y" "" "0,0" ss "") (command ".wblock" (substr (getvar"dwgname")(-(strlen(getvar"dwgname"))2)) "" "0,0" ss "") ) (command ".pspace") (setq oldvp (ssget "x" '((-4 . "") ; (-4 . "") (-4 . "and>") ) ) ) (command ".erase" oldvp "") )