I have: . Loop Controller . Simple controller . User Parameter Name: NumItems User1: CSVRead(..) And some other params, including one doing CSVRead(..,next()) . Loop Controller Loop Count: ${NumItems}
So that for each pass through my outer loop I want the number of iterations of the inner loop to be parameterized by the contents of the CSV file. The behavior in 1.9.1 is that the first time through the loop it works fine (I tried it with a non-1 value) but every subsequent pass through uses the NumItems retrieved the first time instead of using the next one in the file (all the other params retrieved from that file get applied fine). Questions: . Is it possible to use a User Parameter as a loop counter? . If not, how come it does work the first time, but not the second or beyond? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]