18.08.2018, 12:35
Use format...
PHP Code:
format(string, sizeof(string), "This is the 1st line.\n");
format(string, sizeof(string), "%sThis is the 2nd line.", string);