[Ajuda] Problema com dialog MSGBOX em format
#10

Quote:
Originally Posted by Coe1
View Post
pawn Code:
new string1[10], string2[10];
format(string2, sizeof string2," 3DD3 ");
strcat(string1, string2);
format(string2, sizeof string2," 3DD32 ");
strcat(string1, string2);
string1 \
---------> compilador > string > erro
string2 /


o numero no final й insignificante em variбvel.

@tpc

nunca mechi com strcat, mas de acordo com o do coe1, fica assim:

pawn Code:
new strabc[10], stridef[10];
format(strabc, sizeof strabc," 3DD3 ");
strcat(strabc, strabc);
format(strdef, sizeof strdef," 3DD32 ");
strcat(strdef, strdef);
Reply


Messages In This Thread
Problema com dialog MSGBOX em format - by AndersonAq - 06.10.2013, 23:44
Re: Problema com dialog MSGBOX em format - by Coe1 - 06.10.2013, 23:45
Re: Problema com dialog MSGBOX em format - by AndersonAq - 06.10.2013, 23:46
Re: Problema com dialog MSGBOX em format - by PT - 06.10.2013, 23:48
Re: Problema com dialog MSGBOX em format - by AndersonAq - 06.10.2013, 23:49
Re: Problema com dialog MSGBOX em format - by Coe1 - 06.10.2013, 23:50
Re: Problema com dialog MSGBOX em format - by PT - 06.10.2013, 23:53
Re: Problema com dialog MSGBOX em format - by AndersonAq - 07.10.2013, 00:25
Re: Problema com dialog MSGBOX em format - by AndersonAq - 07.10.2013, 14:23
Re: Problema com dialog MSGBOX em format - by RuanRider - 07.10.2013, 15:22

Forum Jump:


Users browsing this thread: 4 Guest(s)