Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, we use a LISP file full of these to put in quick key blocks. I unfortunately have essentially no experience coding; can someone help with a piece at the end of this that will automatically run the LAYERP command so that the block inserts on layer 0 but I'm returned to the previous layer I was working on?
(DEFUN C:D28 ()(command "-layer""set""0""") (COMMAND "insert" "D28" PAUSE """"))
Thank you!
Jon
Solved! Go to Solution.