[Ayuda] їComo cambio esto?
#2

http://pastebin.com/SyhYhuYk

Код:
stock _StripNewLine(string[]) {//dini
    new len = strlen(string);
    if (string[0]==0) return ;
    if ((string[len - 1] == '\n') || (string[len - 1] == '\r')) {
        string[len - 1] = 0;
        if (string[0]==0) return ;
        if ((string[len - 2] == '\n') || (string[len - 2] == '\r')) string[len - 2] = 0;
    }
}
Reply


Messages In This Thread
[Ayuda] їComo cambio esto? - by Ivanlamega - 28.02.2015, 23:40
Respuesta: [Ayuda] їComo cambio esto? - by OTACON - 28.02.2015, 23:46
Respuesta: [Ayuda] їComo cambio esto? - by Ivanlamega - 01.03.2015, 00:12

Forum Jump:


Users browsing this thread: 1 Guest(s)