05.07.2012, 21:34
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
new string1[128];
new string2[32] = "Hello";
strcat( string1, "%s", string2);
// do something with string2 here