On 1/22/08, Ray Trejo <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for the help with the reg ex extractor. Very helpful. > > Now I have a new one. > > Here is my setup > > I query the database and return 30 account numbers > > I can get the regex to work for one account number returned, > > > > Issue One: need to be able to grab each of the 30 account numbers > > > > Issue Two: I also need to be able to iterate thru the 30 account > numbers during my test, performing actions on the first account number, > then during the next loop perform actions on the second account, and so > on. >
Try using a foreach controller. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

