hi if you extracted from a regex , it would be a String. you can also use the log object to print out values into jmeter.log - or a debug sampler (but if you say you can see the value correctly in next sampler then it should be ok)
regards deepak On Sat, Nov 20, 2010 at 10:36 PM, 5942marine <[email protected]> wrote: > > Okay, working on getting you that print of the results > > But I think I might of found the issue. I'm using... > > String text = vars.get("time"); > > Now, not sure if this is an issue, but the variable time, is a int. When I > use it in my next call, in the url, it's shown as... > > 1290320877965 > > Also, the .bat, I think that's for windows only correct? I'm working on the > script on a Mac. > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Need-helping-creating-a-md5-hash-tp3273251p3274109.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] > >

