Angelo2449
Guest
Hello everyone,
I would like, through an icon, to write a letter > r < in the command line.
this is useful when required to insert the type of selection then the > r < should be written after the message already present in the command line.
This simple code does not work:
Thank you.
I would like, through an icon, to write a letter > r < in the command line.
this is useful when required to insert the type of selection then the > r < should be written after the message already present in the command line.
This simple code does not work:
Code:
(defun c:erre (/)
(princ "r")
);; defun
