Message 1 of 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Help me please. I cannot understand how keywords work in promt. I need to execute the ENTSEL function using keywords.
First, I put keywords in INITGET:
(initget "Type Form")
Then I need to execute the ENTSEL function:
(entsel "\nPick: [Type/Form]")
During the execution of the ENTSEL function, before the entity is picked, I can select keywords [Type/Form].
After that, I need to return two variables with set values:
1. Entsel value of the picked entity in one variable.
2. The value of the keyword: "Type" or "Form" in another variable.
How can i do this?
Solved! Go to Solution.