'strcat' and it's use with list type of dialog.
#4

Quote:
Originally Posted by MP2
View Post
strcat adds to the end of a string, so:

pawn Code:
new string[32] = "Hello";
strcat(string, " this is");
strcat(string, " a string.");
result:

"Hello this is a string."
https://sampforum.blast.hk/showthread.php?tid=338181

So... are you saying that it wouldn't work? for what i need?

Is there anything that i could do here other than make another dialog with a 'next' button as the only error i am getting is
Code:
'error 075: input line too long (after substitutions)'
Reply


Messages In This Thread
'strcat' and it's use with list type of dialog. - by Deal-or-die - 01.05.2012, 12:42
Re: 'strcat' and it's use with list type of dialog. - by MP2 - 01.05.2012, 12:46
Re: 'strcat' and it's use with list type of dialog. - by Disturn - 01.05.2012, 12:50
Re: 'strcat' and it's use with list type of dialog. - by Deal-or-die - 01.05.2012, 12:51
Re: 'strcat' and it's use with list type of dialog. - by Deal-or-die - 01.05.2012, 12:54
Re: 'strcat' and it's use with list type of dialog. - by MP2 - 01.05.2012, 12:56
Re: 'strcat' and it's use with list type of dialog. - by Deal-or-die - 01.05.2012, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)