;;;Set Z value of a selection set to 0. (uses NEWZ) ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: 3-16-95 ;;;> EDITED: 08-18-1999 ;;; (defun c:ze ( / cfze) (setq cfze "T") (c:newz) )