asos2000 Posted February 25, 2010 Posted February 25, 2010 I want to share a code I found in theswamp.org Request: Hi is it possible to get in lisp the menu like in pedit command? see atach. Reply: yep the [ ... ] does the trick (initget "Left Right Up Down Sideways Insideout Forwatd Backwards") (setq direction (getkword "\nElbow direction [Left/Right/Up/Down/Sideways/Insideout/Forward/Backwards ] <Right>: " ) ) to have the prompt display you will need the DYNMODE variable set to 1, 2, or 3 and DYNPROMPT variable set to 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.