[Help] - Combining Strcat using Format
#1

Is that possible that i can combine 2 Strcat(s) using Format because my strings length can't handle it anymore, like for example:
Код:
strcat(string1, "Message 1\n\n");
strcat(string2, "Message 2");
format(combiner, sizeof(combiner), "%s%s", string1, string2);
Thanks in Advance
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)