Hi all, I met a little bit interesting problem. From Http response data, I get data string like that.
<td id='e31' col="0" outputType='FreeText'>47</td> <td id='e31' col="0" outputType='FreeText'>63</td> <td id='e31' col="0" outputType='FreeText'>49</td> <td id='e31' col="0" outputType='FreeText'>50</td> I use "Regular Expression Extractor" to get the number between <td> tags. The problem is I want to get all these numbers and format them into a string like that: "47,63,49,50". I tried to use Expression Extractor" to get these numbers. (set Match No. -1), then I use " For Each " controller. But I don't know which component I can use inside the for each loop to accumulate the variables. I tried "User Defined Variables", but it resets the value in each loop. Any solutions? Thank, yiping --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

