To define 20 characters in the string:
STRING* mystring="#20";
This way you'll get a 20 char long allocated string initalized with spaces.