Vlisp keyboard input

Vlisp keyboard input

Anonymous
Not applicable
374 Views
1 Reply
Message 1 of 2

Vlisp keyboard input

Anonymous
Not applicable

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

0 Likes
375 Views
1 Reply
Reply (1)
Message 2 of 2

stevor
Collaborator
Collaborator
That could be by use of the lisp function: grread.
S
0 Likes