On 11/03/2008, Tom Fernandes <[EMAIL PROTECTED]> wrote: > Hi, > > is it possible to use a variable (extracted via the regex extractor) from the > first thread in all the other threads? (given, that the threads don't start > at the same time).
No. Variables are local to a thread only. Properties are global to all threads. Check the Functions documentation for details. > thanks, > > > Tom > > --------------------------------------------------------------------- > 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]

