本帖最后由 作者 于 2009-3-24 23:56:53 编辑
 - ;; 卡通演示
- (defun c:test790 ()
- (CMDLA0)
- (defun aaa ()
- (xyp-Dcl-Gettile '("li"))
- (xyp-show-sld "i1" "")
- (xyp-VectorImage "i1" (nth (atoi li) ptns) 2 2)
- )
- (xyp-initSet '(li) '("0"))
- (setq ptns (xyp-Cartoons)
- lst '("1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15"
- "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30"
- )
- Ilst '(("i1" nil "image" "-15" "11" "" "(XYP-ABOUTME)")
- ("li" "列表" "list" "lst" "10" "8" "(aaa)")
- (nil nil "user" "(aaa)")
- )
- )
- (if (= (xyp-Dcl-Init Ilst "【卡通IMG】" t) 1)
- (princ)
- )
- (CMDLA1)
- )
|