Well, you can always use the generic Array.slice() method. 

$A($w('the quick brown fox jumped over the lazy 
dog').slice(1,5)).each(function(elm){console.log(elm);});

Walter

On Jan 12, 2012, at 1:54 PM, kstubs wrote:

> That should work.  Was imagining a method off the array object directly.
> Thanks.
> 
> Karl..
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Prototype & script.aculo.us" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/prototype-scriptaculous/-/e0tUAEIkO_4J.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/prototype-scriptaculous?hl=en.

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to