07.01.2011, 21:12
I'm assuming you're talking about checking the value returned by strlen( ) each increment. Try this code compared to his:
pawn Код:
for( new i = 0, j = strlen( string ); i < j; i++ )