Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello to you wonderful people. I have been dabbling with LISP and would like to know what is the correct routine for the following,
I want to simple move the previously selected objects direct up a distance equal to dimscale x8
(defun c:MJ () (COMMAND "MOVE" "P" "" 0,0 0,(* 8 (getvar "dimscale"))) (princ) ;suppresses nil return )
The problem is it stops the command after getvar.
Your help is greatly appreciated
Solved! Go to Solution.