28.09.2009, 14:33
That will change the text from 'lol' to '101' which I don't see useful.
And make
The old one will, if the text is 100 chars long, call strlen 100 times to compare with i and just eat up resources
And make
pawn Код:
new lenght = strlen(text);
for(new i;i < lenght; i++)