Thanks Felix.

When I implement the "\", I receive the error: "Token Parsing Error: Lexical
error at line 2, column 57.  Encountered: "," (44), after : "\".

When I implemet a double "\\", I do not receive the the parameter error or
the token parsing error. But I do receive "java.lang.NumberFormatException:
For input string: "172352 \".

I understand why it's throwing the NumberFormatException error due to the
double "\". However, I don't understand the parsing error when implementing
the single "\" as instructed by the function reference page.

Is this the correct way? Example:
vars.put("Total_Time","${__longSum(${End_Time}\,-${Start_Time})}");



--
View this message in context: 
http://jmeter.512774.n5.nabble.com/longSum-called-with-wrong-number-of-parameters-tp5724753p5724755.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to