-DavidCode:(initget "Yes No") (if (/= "No" (getkword "\n Do you want the tail? Yes or No [Y] : ")) (setq tail "Yes"))
Registered forum members do not see this ad.
Sorry....too many questions, I am new in autoLisp....
but, I think this will be the last question for this lisp...almost there.
How can I make the "Y" become default answer. and press enter instead of type Y in?
(initget 1 " Y N ")
(setq tail (getkword "\n Do you want the tail? Yes or No [Y] : "))
Thank you
-DavidCode:(initget "Yes No") (if (/= "No" (getkword "\n Do you want the tail? Yes or No [Y] : ")) (setq tail "Yes"))
R12 (Dos) - A2K
Registered forum members do not see this ad.
Thank you, David, you helped me a lot...
I have done the lisp......
Thank you again
Bookmarks