28.05.2014, 10:51
Hello guys, I have problem, why this happens?
I have stock with arguments key[], value[]
And inside stock I use
//I insert = to end of key
But when I print that key string it outputs not key=, but it also shows the value argument
I have stock with arguments key[], value[]
And inside stock I use
pawn Код:
key[strlen(key)] = '=';
But when I print that key string it outputs not key=, but it also shows the value argument