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
#2

Yes.
Reply
#3

OK-any more answers just to make sure....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)