STRCAT
#1

Is it possible to format a string with strcat, like this:



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

strcat( string1, "%s", string2);

// do something with string2 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: 1 Guest(s)