you could just use some like:
temp = vars.get("yourVariableStr1");
temp = temp+vars.get("yourVariableStr2");
vars.put("yourConcatenatedVariableStr",temp);
ZK
--
View this message in context: http://www.jmeter-archive.org/Using-regex-in-inbuilt-function-Random-tp5725448p5725451.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org
|