Characters Removal.
#9

Try this...
pawn Код:
// Original by __
stock clearStringCharacters(string[]) {
    new str[128];
    format(str,128,"%s",string);
    strdel(str, 0, 2);
    strdel(str, strlen(str)-2, strlen(str));
    return str;
}
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: 1 Guest(s)