07.01.2011, 23:55
@Ryder
Yes,Is right, this form is like a foreach to string.
Of course nothing very optimized.
Equals:
And I still used '++i' which further optimizes the code.
@Grim:
The method is good, but use ++array and not array++ for optimizes a little more
Thanks
Yes,Is right, this form is like a foreach to string.
Of course nothing very optimized.
Equals:
pawn Код:
while (i <10) if (string [i]! = EOS)
@Grim:
The method is good, but use ++array and not array++ for optimizes a little more
Thanks