;;; The 'U' functions loaded below can be found in the free autolisp ;;; section of http://www.paracadd.com ;;; ;;; They are freeware courtesy of the author's of "Inside AutoLisp" ;;; for rel. 10 published by New Riders Publications. This credit must ;;; accompany all copies of these functions. ;;; (PRINC "\nLoading UUTILS GETfunction enhancements. ") (PRINC) (LOAD "uangle" "\nFile UANGLE.LSP not loaded!") (LOAD "udist" "\nFile UDIST.LSP not loaded!") (LOAD "upoint" "\nFile UPOINT.LSP not loaded!") (LOAD "ukword" "\nFile UKWORD.LSP not loaded!") (LOAD "uint" "\nFile UINT.LSP not loaded!") (LOAD "ureal" "\nFile UREAL.LSP not loaded!") (LOAD "ustr" "\nFile USTR.LSP not loaded!") (PRINC "\nDone Loading UUTILS. ") (PRINC)