;;; ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: 1991-2001 ;;;> EDITED: 02-11-1999 ;;; (defun c:xelv () (if c:gent nil (load"gent")) (c:gent) (setq anz (atof (cdr (assoc 1 edata)))) (if c:newz nil (load"newz")) (c:newz) )