help me error mysql
#2

You have to use the strcat function so that it works.
example of strcat:
Код:
	strcat(string, "{FF0000}        text1\n");
	strcat(string, "{FF0000}1. {FFFFFF}text2.\n");
	strcat(string, "{FF0000}2. {FFFFFF}text3.\n");
	strcat(string, "{FF0000}3. {FFFFFF}text4.\n");
	strcat(string, "		{FF0000}text5\n");
	strcat(string, "{ff0000}1.{ffffff} text6\n");
	strcat(string, "{ff0000}2.{ffffff} text7\n");
	strcat(string, "{ff0000}3.{ffffff} text8");
Ofcourse you need to define a string, and string size to it. As an example:
Код:
new string[256];
And you need to divide your query into 5-6 lines i guess with that much text you got in there.
Hope I helped.
Reply


Messages In This Thread
help me error mysql - by nbx2000 - 04.06.2018, 20:48
Re: help me error mysql - by EgyptForLife - 04.06.2018, 21:35
Re: help me error mysql - by nbx2000 - 04.06.2018, 22:07
Re: help me error mysql - by EgyptForLife - 04.06.2018, 22:53
Re: help me error mysql - by nbx2000 - 04.06.2018, 23:06
Re: help me error mysql - by Verc - 05.06.2018, 01:09
Re: help me error mysql - by Sew_Sumi - 05.06.2018, 01:53
Re: help me error mysql - by EgyptForLife - 05.06.2018, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)