Message 1 of 2
Vlisp keyboard input

Not applicable
08-18-2015
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to include some keyboard input into my Vlisp program, WITHOUT the pause and/or actual keyboard input. Probably better to explain the problem now that I read that sentence. 🙂
I have written my code to create an associative array that has created 200 or so items.. I would like to remove several of these items with a crossing window but maintain the associative array. In the normal command, I would use the CTRL button to select the items individually and then delete them. I would like to have it all coded to remove them without including user input.
Thanks