请教多条件选择集的建立
本帖最后由 夜未眠 于 2014-8-17 23:35 编辑(SETQ pt (GETPOINT)
bk (SSGET "x" (LIST (CONS 8 (STRCAT ent1lay "_BK"))))
xq (SSGET "c" pt pt (LIST (CONS 8 ent1lay)))
)怎样一次建立个选择集同时包含bk和xq ?
(SETQ pt(GETPOINT)
bk (SSGET "x" (LIST (CONS 8 (STRCAT ent1lay "_BK"))))
xq (SSGET pt (LIST (CONS 8 ent1lay)))
)
(command "select" bk xq "")
(setq ss (ssget "P")) 学习了,多谢指教
页:
[1]