RE: javascript function to increment threads by 2 ...

2004-06-21 Thread nlunebur
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]

Re: javascript function to increment threads by 2 ...

2004-06-21 Thread nlunebur
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