TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: hudster on November 24, 2005, 08:59:22 AM

Title: String with Spaces
Post by: hudster on November 24, 2005, 08:59:22 AM
How do I enter a string but include spaces in it?

I'm using getstring, but when I hit space it assumes a return.
Title: Re: String with Spaces
Post by: Kerry on November 24, 2005, 09:21:47 AM
Code: [Select]
(getstring T "Try this : ")
Title: Re: String with Spaces
Post by: ttaahhhh on November 24, 2005, 08:51:16 PM
grread
Title: Re: String with Spaces
Post by: hudster on November 25, 2005, 03:49:05 AM
Cool thanks a lot.

Looks like i've still got a lot to learn.
Title: Re: String with Spaces
Post by: Kerry on November 25, 2005, 03:53:22 AM
Cool thanks a lot.

Looks like i've still got a lot to learn.

That phrase is a mantra for me.