Hi everyone.
What is wrong with this code? It won't work when "from" is entered in command line. Only "(from)" works.
(defun c:from ()
(setq p1 (getpoint "\nPick relative base point "))
(setvar "lastpoint" p1)
(getpoint p1 "\nOffset ")
)
Thanks.
What is wrong with this code? It won't work when "from" is entered in command line. Only "(from)" works.
Thanks.