[AJUDA] 3 ERROS.
#2

apagua
pawn Код:
stock sscanf(string[], format[], {Float,_}:...)
//linha===> 54466 {
    #if defined isnull
        if (isnull(string))
    #else
        if (string[0] == 0 || (string[0] == 1 && string[1] == 0))
    #endif
        {
            return format[0];
        }
    #pragma tabsize 4
    new
        formatPos = 0,
        stringPos = 0,
        paramPos = 2,
        paramCount = numargs(),
        delim = ' ';
    while (string[stringPos] && string[stringPos] <= ' ')
    {
        stringPos++;
    }
    while (paramPos < paramCount && string[stringPos])
    {
        switch (format[formatPos++])
        {
            case '\0':
            {
                return 0;
            }
Reply


Messages In This Thread
[AJUDA] 3 ERROS. - by Rodolfo_Halls - 11.09.2010, 19:03
Re: [AJUDA] 3 ERROS. - by zSuYaNw - 11.09.2010, 19:09
Re: [AJUDA] 3 ERROS. - by Rodolfo_Halls - 11.09.2010, 19:16
Re: [AJUDA] 3 ERROS. - by Rodolfo_Halls - 11.09.2010, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)