I am using JMeter v2.3.2 and facing same problem.
The counter ( refered by variable cnt ) value is resolved only for the first
iteration, other subsequent iterations get the same value when used with in
loop.
iteration#    variable used            value resolved
1                   ${fname}${cnt}        import1
2                   ${fname}${cnt}        import1           
3                   ${fname}${cnt}        import1

-- 
View this message in context: 
http://www.nabble.com/Counter-within-a-loop-tp19095227p21370797.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to