Computer Science Canada

String Var and Spaces.

Author:  Namis [ Fri Sep 26, 2003 11:54 pm ]
Post subject:  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?

Author:  Blade [ Sat Sep 27, 2003 12:39 am ]
Post subject: 

yeah... use the :*

code:
var sentence:string(70)
put "enter a sentence"
get sentence:*
cls
put sentence

Author:  Namis [ Sat Sep 27, 2003 12:57 am ]
Post subject: 

right on, thanks Surprised


: