28.05.2014, 17:00
Well I resolved that '=' but now my VALUE string is getting to NULL
code:
code:
pawn Код:
strcat(key, "=", strlen(key) + 2); //There the value string is getting to NULL
//after
strcat(key, value, strlen(key)+strlen(value));

