Hello, I'm fighting with a bit with the Javascript function in Jmeter. In a test script I want to run the following expression:
${__javaScript((9000 * (parseInt('${VarA}') + (parseInt('${VarB}') % 10000))) % 9800)} All I see in the output is "NaN" Tested so far: - the Javascript is tested and works (with JS variables of course) - as the manual is a bit short on the used syntax and notations, I tried different quoting for the Jmeter variables How can I make this ork? Thanks in advance, Claus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]