Deepak Kenchamba says:

Try this piece of code
print("======================");
Iterator itr = vars.getIterator();
while(itr.hasNext()){
   print(itr.next());
}
print("======================");

-- 
View this message in context: 
http://www.nabble.com/list-of-variables--tf1523029.html#a13806409
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