From: Cory Cory Date: 2008-03-03T23:37:34+09:00 Subject: Re: Normal For Loop I understand that all of these for-each style loops are available, but I don't want to always go through the entire loop, sometimes I want to stop at some earlier condition. I tried to do this the other night, but right now I can't find a good example so here it goes: a = some_array minValue = 999999 for(i=0; i