----------------------------------- Namis Fri Sep 26, 2003 11:54 pm String Var and Spaces. ----------------------------------- when using put var's ( strings ) that contain spaces in the answer, it seems to screw my program up, is there anyway to allow spaces in answers? ----------------------------------- Blade Sat Sep 27, 2003 12:39 am ----------------------------------- yeah... use the :* var sentence:string(70) put "enter a sentence" get sentence:* cls put sentence ----------------------------------- Namis Sat Sep 27, 2003 12:57 am ----------------------------------- right on, thanks :o