2012-06-18 07:47 UTC
Hi
Could you please help me, How can I cancel "Select Object" prompted by (SSGET) by pressing a button? Like Cancelling it by pressing
"ESCAPE" key from keyboard?
I write this code but it doesn't work.
(defun c:CancelButton_OnClicked (/)
(command)
)
Could you please help me, How can I cancel "Select Object" prompted by (SSGET) by pressing a button? Like Cancelling it by pressing
"ESCAPE" key from keyboard?
I write this code but it doesn't work.
(defun c:CancelButton_OnClicked (/)
(command)
)