Can't you just define it as zero at the beginning of the thread group in a User Parameters Pre-Processor?
S. On 06/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Hi, > > In my test plan I use a variable named nbstart with a initial value 0 and > this variable is used in a while loop (like while(.... nbstart<=5424) .... > ). During the first thread loop the value of the variable change in 5450. > How can I make the variable return to the initial value 0, if I don't to > that, at the second thread loop the while cicle will not be executed. > > Thanks > -raffo > > On 4/6/06, sebb <[EMAIL PROTECTED]> wrote: > > > > What are you trying to do? > > > > On 06/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > > Hi, all > > > > > > how can I make a variable equal to 0 after each thread loop > > > > > > Best regards > > > _raffo > > > > > > > > > > --------------------------------------------------------------------- > > 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]

