Inserting a character into a string.
#3

pawn Code:
new string[10];
format(string,sizeof(string),"Lololo1lo1lolo1");
string[strfind(string,"1")] = '_1';
return string;
Reply


Messages In This Thread
Inserting a character into a string. - by iPLEOMAX - 24.08.2011, 10:21
Re: Inserting a character into a string. - by Wesley221 - 24.08.2011, 10:30
Re: Inserting a character into a string. - by =WoR=Varth - 24.08.2011, 10:35

Forum Jump:


Users browsing this thread: 1 Guest(s)