23.04.2013, 11:04
wow, really? I thought it was faster because all it does is set a string's value (and format the placeholders), although strcat consists of something along the lines of:
pawn Код:
strcat(dest[], const source[], maxlength=sizeof dest)
{
strins(dest, source, strlen(dest), maxlength);
}