string problem
#5

Quote:
Originally Posted by MatriXgaMer
Посмотреть сообщение
pawn Код:
stock strreplace(string[], find, replace)
{
    for(new i=0; string[i]; i++)
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
    return replace;
}
Thank you very much!
Reply


Messages In This Thread
string problem - by Battlezone - 04.01.2014, 17:03
Re: string problem - by Konstantinos - 04.01.2014, 17:14
Re: string problem - by Battlezone - 04.01.2014, 17:15
Re: string problem - by MatriXgaMer - 04.01.2014, 17:18
Re: string problem - by Battlezone - 04.01.2014, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)