Function Entry: VLE-SHOWPROMPTMENU
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-SHOWPROMPTMENU
Name
vle-showpromptmenu
Class
BricsCAD VLE Library Function
Syntax
(vle-showpromptmenu keywords)
Arguments and Values
- keywords list of keywords to be shown in the PromptMenu
Description
shows the PromptMenu, providing the options as in 'keywords'; the options keywords should follow the rules for (initget) keywords string; especially (but not only) useful in combination with (grread)
Return Values
NIL always
Examples
(vle-ShowPromptMenu "Continue Finish Abort")
Notes
the PromptMenu is shown "modeless", Lisp does not wait for user interaction !
under other CAD systems (and older BricsCAD versions), this is a No-Operation and does nothing
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-showpromptmenu (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleshowpromptmenu.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).