Re: Infinite While Controller

2008-08-01 Thread Andrey Beznogov
Hi, quoting http://jakarta.apache.org/jmeter/usermanual/functions.html#what_can_do Note that variables cannot currently be nested; i.e ${Var${N}} does not work. The __V (variable) function (versions after 2.2) can be used to do this: ${__V(Var${N})}. In earlier JMeter versions one can use

Re: Infinite While Controller

2008-08-01 Thread Jose Castro
Thanks a lot for this answer,I was wondering how to do this. Now I have another question. How do I save ${__V(inputVar_${counter}_g1)} in a convenient ${MYVAR} so I can use ${MYVAR} everywhere else instead of the long format? Thank you On Fri, Aug 1, 2008 at 2:37 AM, Andrey Beznogov [EMAIL

RE: Infinite While Controller

2008-08-01 Thread Ryan Miling
at the correct time. (and not before intended, being a pre-processor) -Original Message- From: Jose Castro [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 10:25 AM To: JMeter Users List Subject: Re: Infinite While Controller Thanks a lot for this answer,I was wondering how

Infinite While Controller

2008-07-31 Thread Ryan Miling
I am attempting to use a while controller with the following condition: ${__javaScript(${x${numX}}!=-1,dummy)} The condition includes a reference to the variable numX, which is a positive integer (e.g. 1,2,3,etc.), as well as the variable x${numX} that is also a positive integer (e.g.