25.03.2011, 20:27
Well, I am having problem adding more characters to a dialog im making "DIALOG_STYLE_MSGBOX" I can only put so much characters until i get errors is there any way of expanding the amount?
Function(something,blabla,etc,"looong string\
also long string\
long string too");
new StrBigDialog[500];
strcat(StrBigDIALOG, "line1\n");
strcat(StrBigDIALOG, "line2\n");
strcat(StrBigDIALOG, "line3\n");
strcat(StrBigDIALOG, "line4\n");
strcat(StrBigDIALOG, "line5\n");
strcat(StrBigDIALOG, "line6\n");
//print(StrBigDIALOG);