Message 1 of 2

Not applicable
12-02-2015
11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to create a simple selection set and burst that set.
Acad wont recognize burst when I include it in a (command "burst"). Why I do not know. Can you guys help me sort this code out?
(defun c:burstplid ( / pl)
(setq pl (ssget "A" '((8 . "PL_ID"))))
(command "._burst" pl)
(princ)
)
I saw some post about adding a short command BB to acad.pgp, but that didn't seem to work (or maybe I messed up the code).
Sincerely,
Fredrik
Solved! Go to Solution.