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