all my posts in the past are all different ways thru which i attempted to find a solution to my dilema:
i want to increment the number of threads in a thread group by 2 as i go through each loop.
i can define variables in the user defined variables element however i cannot increment them as they are static (grrr!!!)
i cannot create a variable in eg. my javaScript function then increment it ie:
${__javaScript(var $i=2; $i+=2;, ref)}because when it loops back, $i is set back to 2.
is there a way i can define a variable somewhere that i can increment thru each loop?
thanku nicole
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

