mgroen
15 years agoFrequent Contributor
How to update a loop variable (in keyword test / VBScript)
Hi,
using a while loop in a keyword test.
I defined a local variable of type integer (temporary);
The point is, the loop does not stop.
I use the following statement to update the loopcounter in the while loop:
KeywordTests.Shipment_Overview_Uitvoeren.Variables.loopteller = KeywordTests.Shipment_Overview_Uitvoeren.Variables.loopteller + 1
appearantly that does not work (loop does not stop).
what is the best way to tackle this?