any idea
#2

Well here's an example:

pawn Код:
new name[10] = "John_Mayor";
name[strfind(name, "_", true)] = ' ';

printf("Name: %s",name); // Returns John Mayor
All it does is find the cell containing _ and then replace it with a space character.
Reply


Messages In This Thread
any idea - by TopAz07 - 21.12.2010, 11:02
Re: any idea - by JaTochNietDan - 21.12.2010, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)