GETSTRING and text with spaces??

GETSTRING and text with spaces??

Anonymous
Not applicable
4,112 Views
2 Replies
Message 1 of 3

GETSTRING and text with spaces??

Anonymous
Not applicable
I need to enter lines of text that have spaces, but using GETSTRING will not allow me to enter
spaces.. what can I use or do as an alternative?

(setq
a3 (getstring "\nEnter Street Address:")
)
0 Likes
4,113 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
(getstring T "\nyour prompt:")

--
-Jason

Member of the Autodesk Discussion Forum Moderator Program


"jon baker" wrote in message
news:D17FD0864C8C8E511E8C29E55443B1D9@in.WebX.maYIadrTaRb...
> I need to enter lines of text that have spaces, but using GETSTRING will
not allow me to enter
> spaces.. what can I use or do as an alternative?
>
> (setq
> a3 (getstring "\nEnter Street Address:")
> )
>
>
Message 3 of 3

Anonymous
Not applicable
sweet thanx..
0 Likes