27.03.2017, 11:06
Use strcat for very long dialogs. E.g
New dialogstr(12
;
Strcat(dialogstr,"Van\n");
Strcat(dialogstr,"van2\n");
Then use dialogstr in the ShowDialog instead.
Edit: tho i have heard memcpy is faster than strcat.
New dialogstr(12
![Cool](images/smilies/cool.gif)
Strcat(dialogstr,"Van\n");
Strcat(dialogstr,"van2\n");
Then use dialogstr in the ShowDialog instead.
Edit: tho i have heard memcpy is faster than strcat.