Hi...Originally Posted by hyposmurf
I do not understand what is "foobar", but know that if you enter the line of commandos of AutoCAD any thing that does not recognize, for example in commando Copy, this by defect showed the methods available of selection.You knew that when executes a routine LISP and this has options like for example:
In the line of commandos, when it shows the following thing:Code:(initget "A B C D") (setq sel (getkword "Selects [A/B/C/D] <A>: "))
Then if you with mouse it presses with the right button on the screen it showed all the options to him (A, B, C or D). Whenever the variable of system SHORTCUTMENU this in value 11.Code:Command: Selects [A/B/C/D] <A>:




Reply With Quote
You knew that when executes a routine LISP and this has options like for example:
Bookmarks