[Help] - Combining Strcat using Format
#8

@ the code you've shown
If the string "combine" can't hold the amount of characters of string1 and string2 added, it won't display all of it. Example:
pawn Код:
new strin1[100];
new string2[100];
new combine [150];
That will only show 3/4 of the message. Why? Cause "combine" can only hold 150 characters, and not 200.
EDIT:: sorry for saying something wrong, I thought it had a limit. Pardon me.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)