Re: loop with additive matches

2013-05-01 Thread Jim Gibson
On May 1, 2013, at 11:27 AM, Noah wrote: > Hi there, > > I want to figure out a way to create a loop that will do actions based on > matches it collects in the loop and continue to do actions on all matches > till these are not m > > Hope this pseudo code makes sense: Not quite (see below).

loop with additive matches

2013-05-01 Thread Noah
Hi there, I want to figure out a way to create a loop that will do actions based on matches it collects in the loop and continue to do actions on all matches till these are not m Hope this pseudo code makes sense: 1) start loop 2) find all matches 3) end loop 4) start loop 5) do some action