Characters Removal.
#7

pawn Код:
stock clearStringCharacters(string[]) {
   strdel(string, 0, 1);
   strdel(string, strlen(string)-1, strlen(string));
   return string;
}
Usage:
clearStringCharacters("0x33AA33AA");
Reply


Messages In This Thread
Characters Removal. - by Exsite - 15.05.2011, 15:01
Re: Characters Removal. - by __ - 15.05.2011, 15:18
Respuesta: Characters Removal. - by admantis - 15.05.2011, 15:33
Re: Characters Removal. - by Exsite - 15.05.2011, 16:38
Re: Respuesta: Characters Removal. - by __ - 15.05.2011, 16:40
Re: Characters Removal. - by Exsite - 15.05.2011, 17:37
Re: Characters Removal. - by __ - 15.05.2011, 17:39
Re: Characters Removal. - by Exsite - 15.05.2011, 18:05
Re: Characters Removal. - by MyLife - 15.05.2011, 18:23
Re: Characters Removal. - by Exsite - 15.05.2011, 18:30

Forum Jump:


Users browsing this thread: 2 Guest(s)