Re: question of ${_javaScript} function

2004-12-09 Thread sebb
Very well put, as usual. One other thing you can do is use the __log() function to show how a string is being interpreted: i.e. instead of: ${__function(P1,P2)} try (spaces inserted for clarity): ${__function(${__log(P1)} , ${__log(P2)})} This will log the value of P1 and P2 to jmet

RE: question of ${_javaScript} function

2004-12-08 Thread Kyle McAbee
Dear Avian Liao and JMeter Users: Here is a list of things I check when a __javaScript function is not working. Number 3 is probably the solution to Avian's problem. 1. The function name of __javaScript must start with two underlines. If it does not, JMeter will not execute the function. A

Re: question of ${_javaScript} function

2004-12-08 Thread sebb
On Wed, 8 Dec 2004 17:17:49 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, All, > > Anyone has experience passing variable between Jmtere variable and javascript > variable? > In my case, I have variable that was extracted by Regex, and I called it > "findMe", in function, I try to use java