Hi all,
I am trying to learn a bit of Macro and Lisp, but I am stuck at the beginning.
Example: I want to make a shortcut for select previous elements, and try something like "move previous".
I tried macro:
^C^C_select;p;;
but it's not working.
Then I tried LISP:
(defun c:sy nil (command "select" "p" " " )(princ))
It does select previous elements, but it stays in "select mode". If I hit enter - elements get de-selected.
I tried command (like "move) first, but stil no luck...
I tried few more combinations, but you guess - no luck.
I tried also with _.PSELECT
Also does not work...
Any ideas (yes I know that this is trivial to you, but for me it's not )
Thanks,
cheers