+ 1
Is there any way to provide automatic stop the while loop?
I mean when loop is executed until 20 sec, it automatically break. Any ideas JS freaks? :)
2 ответов
+ 2
you will need to set a var = current time. not positive exactly what it is, maybe System.Time. or something close. and then use that variable as part of you comparison for the whole loop condition.
0
Yea...