;;; ;;; ;;;> Author: Henry C. Francis ;;;> 425 N. Ashe St. ;;;> Southern Pines, NC 28387 ;;;> http://paracadd.com ;;;> All rights reserved. ;;; ;;;> COPYRIGHT: 3-3-2001 ;;;> EDITED: 03-03-2001 ;;; (DEFUN C:II () (setq gotpt (getpoint "Pick point to identify:")) (princ "\nSta=") (princ (car gotpt)) (princ ", El=") (princ (/(cadr gotpt)v_fact)) (princ) )