STRING* sTitle = "";
STRING* sTitlt = " ";
STRING* namest = "na";

When I do a debug run, the first line is accepted, but when I put anything between the quotes, it errors with invalid character.
The syntax is fine I think - so why the error?