说说谢谢 (if (or (= (type c:cal) 'LIST) ;R14
(= (type c:cal) 'SUBR) ;R15
(= (type c:cal) nil)
)
(if (and (not(member "GEOMCAL.ARX" (mapcar (function strcase) (arx))))
(not(member "GEOMCAL.CRX" (mapcar (function strcase) (arx)))))
(cond ((findfile "GEOMCAL.CRX") (arxload (findfile "GEOMCAL.CRX") nil))
((findfile "GEOMCAL.ARX") (arxload (findfile "GEOMCAL.ARX") nil))))
)
试用全版本
		页: 
[1]