STRCAT
#3

So would I do it like this?

new string[128];
new string2[32] = "Hello";

format(string, 128, "%s", string2);
strcat(string, "Test");

// do something with string here
Reply


Messages In This Thread
STRCAT - by Jake__ - 05.07.2012, 21:34
Re: STRCAT - by Vince - 05.07.2012, 21:45
Re: STRCAT - by Jake__ - 05.07.2012, 21:48

Forum Jump:


Users browsing this thread: 4 Guest(s)