27.09.2009, 20:33
Do not return inside that, like "return 1;" or "return 0;" or it will just end the whole loop.
If for some reason you want to skip to the next part, put "continue;", not return.
If for some reason you want to skip to the next part, put "continue;", not return.