Format Code problems
#5

Quote:
Originally Posted by GoldenLion
Посмотреть сообщение
This happens because you are re-formatting it everytime and not including the old string. You must do it like this:
Код:
format(string, sizeof(string), "item1\nitem2\nitem3\n");
format(string, sizeof(string), "%sitem4\nitem5\nitem6\n", string);
format(string, sizeof(string), "%sitem7\nitem8\n", string);
and so on...
Thanks man, fixed it.

Thanks everyone.
Reply


Messages In This Thread
Format Code problems - by SytonicX - 22.12.2016, 16:05
Re: Format Code problems - by OneDay - 22.12.2016, 16:08
Re: Format Code problems - by GoldenLion - 22.12.2016, 16:09
Respuesta: Format Code problems - by Cerealguy - 22.12.2016, 16:39
Re: Format Code problems - by SytonicX - 22.12.2016, 17:38
Re: Format Code problems - by Eloy - 22.12.2016, 17:57

Forum Jump:


Users browsing this thread: 2 Guest(s)