PDA

View Full Version : Keyboard entry without <Return> ??


crbateman
2009-03-18, 05:27 PM
Anybody know a way for AutoLisp to take the FIRST character of keyboard entry and run with it, instead of having to hit <Return> all the time? I have some routines that assign single keystrokes to variables, and doing away with the dreaded carriage returns would cut the keyboarding in half...

rkmcswain
2009-03-18, 07:23 PM
Anybody know a way for AutoLisp to take the FIRST character of keyboard entry and run with it Yes, check out the (grread) function.

crbateman
2009-03-18, 10:56 PM
Yes, check out the (grread) function.I see! So I can just bring the character back from ASCII-land, and I'm set... Thank you!