Message 1 of 5

Not applicable
12-16-2019
11:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello, I wrote this lsp. but doesnt work. I wonder why not. some help me
(defun c:lxxx ()
(if (= (tblsearch "layer" "aaa") nil)
(command "-layer" "m" "aaa" "c" "250" "l" "center" "" ""))
(setq ss (ssget))
(command "-layer" "s" "aaa" "")
(command "change" "p" "" "p" "la" "aaa" "")
(princ)
)
Solved! Go to Solution.