hi.. need help on creating lsp that can:
> do left array by mouse picking distance
my lisp example;
````````````````
(defun c:C8()
(setq SEL (ssget))
(command "-array" SEL "" "r" "1" "8")
(princ))
i tried out on 'row' array similar as above lisp,
both direction works with mouse picking distance!
but unluckily it didn't work for column arraying to the left!?!
Please do help tweak/amend the above in order to work!!! thanks