10.08.2013, 19:38
I have no idea where there is another strreplace, but take your old one and name it strreplace2(string[], find, replace).
And then edit strreplace(name, '_', ' ');
strreplace2(name, '_', ' ');
That'd work..
And then edit strreplace(name, '_', ' ');
strreplace2(name, '_', ' ');
That'd work..