Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
Is there a possibility to turn back "ucsfollow" automatically to 0 in case of cancelling the Routine by user (ESC ESC ESC...) 🙂 ?
(defun c:<BKSDrehen() (command "bksymbol" "au") (setvar "ucsfollow" 1) (princ "\nUCSFOLLLOW = 1") (princ "\nAusrichtung wählen: ") (command "_ucs" "_z" pause pause) (setvar "ucsfollow" 0) (princ "\nUCSFOLLOW = 0") (prin1) ) ; end of defun
Thank you...
Solved! Go to Solution.