明经CAD社区's Archiver
社区
›
AutoLISP/Visual LISP 编程技术
› 求高手进来解决一下,高级问题。
yaodsdlut
发表于 2011-10-22 13:39:15
求高手进来解决一下,高级问题。
(setq Selection_12123(ssget "x" '((8 . "0lisp") (62 . 3)))
)
例如,我想把"0lisp"换成一个变量。怎么才能办到呢?
这个问题怎么解决呢?
(setq aaa "0lisp")
(setq Selection_12123(ssget "x" '((8 . aaa) (62 . 3)))
)
是运行不了的,提示你ssget参数错误
页:
[1]
查看完整版本:
求高手进来解决一下,高级问题。