Author Topic: String with Spaces  (Read 2621 times)

0 Members and 1 Guest are viewing this topic.

hudster

  • Gator
  • Posts: 2848
String with Spaces
« 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.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: String with Spaces
« Reply #1 on: November 24, 2005, 09:21:47 AM »
Code: [Select]
(getstring T "Try this : ")
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

ttaahhhh

  • Guest
Re: String with Spaces
« Reply #2 on: November 24, 2005, 08:51:16 PM »
grread

hudster

  • Gator
  • Posts: 2848
Re: String with Spaces
« Reply #3 on: November 25, 2005, 03:49:05 AM »
Cool thanks a lot.

Looks like i've still got a lot to learn.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: String with Spaces
« Reply #4 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.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.