Spacebar as enter

Spacebar as enter

Anonymous
Not applicable
884 Views
3 Replies
Message 1 of 4

Spacebar as enter

Anonymous
Not applicable

Hey guys, 

 

My autocad has replaced, i dont know how, the space bar to have the same function as the enter key, and i want to change it back to doing spaces because i'm using a lisp. that needs those spaces. How would i do that?

 

Thanks for the help

0 Likes
885 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

TEXTEVAL = 0

0 Likes
Message 3 of 4

Kent1Cooper
Consultant
Consultant

Welcome to these Forums!

 

If you're talking about the AutoLisp (getstring) function, include the [cr] argument [read about it in Help]:

 

(getstring T "\nYour prompt for a string that can include spaces: ")

Kent Cooper, AIA
0 Likes
Message 4 of 4

Anonymous
Not applicable

i tried that and it did nothing

 but thanks anyway 

0 Likes