18.01.2013, 11:43
Or either use strcat();
Like:
Now you can do query or w/e you want.
Like:
pawn Код:
new
iStr[1024]
;
strcat(iStr, "something1... ");
strcat(iStr, "something2... ");