i'm not sure if i understood you well but you can define strings on this way too:

Code:
STRING* mystring = " "; // this string holds one empty place
STRING* mystring2 = "          "; // this string holds ten empty places




Ubi bene, ibi Patria.