23.10.2011, 14:42
Самое быстрое будет вот так:
pawn Code:
for (new position = 0; (position = strfind(inputtext, "%", true, position)) != -1;)
{
inputtext[position] = '#';
}