But doesn't the compiler perform replacement of global vars before the test starts? That's what I understood from the code... but it was pretty obscure, so I may be wrong.

--
Salut,

Jordi.

En/na [EMAIL PROTECTED] ha escrit:
All variables are stored by thread. Even global variables are duplicated by value (not reference) to each thread.

-Mike

On 5 Feb 2004 at 9:57, Shawn Elliott wrote:


All,

Is it possible to assign variables to threads?

Currently I have a variable defined in a 'User Parameter'

container that


is out side of my 4 thread groups. Inside 2 of my thread groups I

have


a Regular Expression storing a result into this variable. I think

that


this variable is being used by all of my threads. How can I

define a


variable not just to a thread group but to individual threads?

I need each thread to store its information with out it getting
overwritten by another one.

Thank you,
Shawn








-- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777

---------------------------------------------------------------------
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