Message 1 of 2
What should I write in lisp to show specified command in InteractiveMenu?

Not applicable
01-23-2015
09:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
here
is example of lisp in which prompts are shown via Interactive Menu (like in -LAYER, -LINETYPE).
I know, that if I want to show prompt in DialogBox, I have to add "(INITDIA)" before command.
But this command could not have "-" (Why? For example, if you write lisp with "(INITDIA) (command "_-LAYER")", this command will be opened not in DialogBox, but in InteractiveMenu).
But what should I write in lisp to show specified command in InteractiveMenu?