[Ajuda] Como poderia ?
#3

Quote:
Originally Posted by Dolby
Посмотреть сообщение
Com uma estrutura de repetiзгo
pawn Код:
new i;
while(string[i] != EOS)
{
    if(string[i] == ' ') string[i] = '+';
    i++;
}
Bom eu estava estudando agora pouco sobre strfind e consegui fazer isso aqui:

pawn Код:
new test;
while ((test = strfind(inputtext, " ", false, test)) != -1)
{
       inputtext[test] = '+';
}
Bom, funcionou . Mais mesmo assim obrigado.
Reply


Messages In This Thread
Como poderia ? - by zForsaken - 05.10.2014, 02:32
Re: Como poderia ? - by Dolby - 05.10.2014, 02:40
Re: Como poderia ? - by zForsaken - 05.10.2014, 03:16

Forum Jump:


Users browsing this thread: 1 Guest(s)