Never mind - I just discovered $break in the docs - that should do
what I want.

On Nov 9, 6:41 am, "andy.kri...@gmail.com" <andy.kri...@gmail.com>
wrote:
> I'd like to use enumeration functions to select from a sorted list
> where I know that if the select function has passed and then starts
> failing (returns false), I can stop enumerating (because every
> additional item will also fail). For example, scanning a sorted array
> of strings for strings that start with a regexp - once the regexp has
> found matches and then stops matching again, there's no need to
> continue.
>
> Is that possible with the built-in functions or should I be looping
> over the array myself in this case?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to