 - ;; 需要e派工具箱(XCAD)的支持:http://xyp1964.ys168.com
- (defun c:tt (/ ilst ll1 ll2)
- (defun apo1 ()
- (xyp-Dcl-Gettile '("po1"))
- (set_tile "t1" (nth (atoi po1) lst1))
- )
- (xyp-initSet '(t1 po1) '("" "0"))
- (setq lst1 '("1" "2" "3" "4" "5" "6" "7" "8" "9" "10")
- ilst '(":row{"
- ("t1" "文本" "str" "8")
- ("po1" "" "poplist" "lst1" "8" "(apo1)")
- "}"
- "spacer;"
- )
- )
- (xyp-Dcl-Init Ilst "【测试】" t)
- (princ)
- )
|