Pawno problem with "strtok"
#1

When i complite and
pawn Код:
error 021: symbol already defined: "strtok"
error 047: array sizes do not match, or destination array is too small
pawn Код:
strtok(const string[], &index)
{
    new length = strlen(string);
pawn Код:
result[index - offset] = EOS;
    return result;
}
Please help me, when i delete strtok and my pawno crash..
Reply
#2

Oh, for crying out loud, use sscanf instead of strtok.
Reply
#3

Thanks братле
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)