Re: [Sipp-users] Modifying variables values

2017-12-01 Thread Wilmar Pérez via Sipp-users
Interesting it works like an old "GOTO". Thanks very much Pavel! 2017-11-29 15:41 GMT-05:00 Šindelka Pavel : > Hi Wilmar, > > if you need to create the do while loop in each call, it is more or less > simple: > > > > > > > > > > > > /> > > > > > ... the cycle body

Re: [Sipp-users] Modifying variables values

2017-11-29 Thread Šindelka Pavel
Hi Wilmar, if you need to create the do while loop in each call, it is more or less simple:   ... the cycle body ... ... continuation after the cycle ... If you wanted something else, elaborate. P. Dne 26.11.2017 v 23:55 Wilmar Pérez via Sipp-users napsal(a)

[Sipp-users] Modifying variables values

2017-11-26 Thread Wilmar Pérez via Sipp-users
Hi all, I am trying to understand if I can create a scenario that allows me to auto-increment a doubles type variable. It would be similar to a *for *or *do... while *loop. If not, I guess I'd need to play with something external (e.g. python) to run the scenario with different values. Thank you!