22.11.2011, 18:47
Place it into 2 lines like so
format(string, sizeof(string), "Part of code", Variables");
Then
format(string, sizeof(string), "restt of code", Variables");
then
strcat(string, string2);
then use that as a output.
If you need more explanasion I will just do it for you...
format(string, sizeof(string), "Part of code", Variables");
Then
format(string, sizeof(string), "restt of code", Variables");
then
strcat(string, string2);
then use that as a output.
If you need more explanasion I will just do it for you...