that while loop doesnt work.
silly me.
havent found a solution yet ...
i just wanna increment threads by 2 ...
anyone?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
i think i got it.
${__javaScript(var $i = 0; $i += 2;,threadcount)}
i think its returning what i want ... not so sure (grrr)
nicole
nlunebur wrote:
hi all!
i want to use the javascript function so that my thread count
increments by 2 ...
this is what i have:
${__javaScript(var $counter = 0; for(v
hi all!
i want to use the javascript function so that my thread count increments
by 2 ...
this is what i have:
${__javaScript(var $counter = 0; for(var $i=0; $i<=6;
$i+=2){$counter++;},threadcount)}
i tested it etc but it seems to be returning 3 (count)
anyone know how to fix this?
nicole
-
3 matches
Mail list logo