On 21/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi


i would like to save a variable for each thread of a
group individually. Is that possible? I will use a
Regular Expression Extractor to save the desired value.

Variables are local to a thread.

I tried to give the reference name like:

threadVar${__threadNum}

OK, but unnecessary.

I can later access the variable with ${threadVar1} but
not with ${threadVar${__threadNum}}...

That's because nested variable references aren't supported.
The next version of JMeter has a __Variable() function.

Is there a smarter way to do that?

No need.

Thanks,

Patrick



--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to