Message 1 of 3

Not applicable
09-16-2015
02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone
I made a dcl for inserting company standard blocks, all is well untill I realized its more faster if I can insert the block multiple times.
the code below will ask for insertion point, rotate and done. I need it to continue on to ask for another insertion point until user press esc.
(defun c:insBLK () (command ".-insert" "c:\\folder1\\blk1.dwg" pause 1 "" pause))
This can be done in macro by including (*) before ^C^C but cant find a way to replicate through lisp.
Please help! Thanks in advance
Solved! Go to Solution.