error 035: argument type mismatch (argument 2)
#3

Problem is string_replace:

stock string_replace(string[], find, replace)
{
for(new i=0; string[i]; i++)
{
if(string[i] == find)
{
string[i] = replace;
}
}
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by AmirHossaiN - 11.10.2015, 19:29
Re: error 035: argument type mismatch (argument 2) - by Unte99 - 11.10.2015, 20:24
Re: error 035: argument type mismatch (argument 2) - by AmirHossaiN - 12.10.2015, 12:12
Re: error 035: argument type mismatch (argument 2) - by Unte99 - 12.10.2015, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)