I'm using Indusoft Web Studio which has VBScript implementation for scripts and I have a following problem.
I need to have something like:
Do While $pozAkt<>x
Loop
However the given lines completely freeze the PC. How can I get PC to wait until myVar will reach the x value?