result
#1

is all over this code is for the result?:
pawn Код:
idx++;
        }
        new offset = idx;
        new result[64];
        while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
        {
            result[idx - offset] = cmdtext[idx];
            idx++;
        }
        result[idx - offset] = EOS;

Reply


Messages In This Thread
result - by nuriel8833 - 10.08.2009, 12:22
Re: result - by MadeMan - 10.08.2009, 12:40
Re: result - by nuriel8833 - 10.08.2009, 14:11

Forum Jump:


Users browsing this thread: 1 Guest(s)