Hi
I'm new to writing lisp.
How can I get the lisp to ascertain the current dimscale and insert the
block I am inserting as a multiple of the dimscale ?
Here is the current lisp as it stands:
(defun c:2011-insert-sm ()
(setq clay (getvar "clayer"))
(setq *ERROR* MyError)
(command "-layer" "m" "025txt" "")
(command "insert" "Dynamic_Section_Mark-2009" pause "1" 1 0)
(setvar "clayer" clay)
(princ)
)
Thanks in advance
Koal Bee