12-19-2013, 08:48 PM
Hello,
I have the do...while loop as below.
If the vbwindow does not exist, do while loop takes more than 10 minutes to decide whether vbwindow exist or not. How can I exit out the do while loop if vbwindow does not exist in 30 seconds? How would I put the inside the do while?
-S
lkjlkj
I have the do...while loop as below.
PHP Code:
Do While vbwindow(...).exist = false
............
Loop
If the vbwindow does not exist, do while loop takes more than 10 minutes to decide whether vbwindow exist or not. How can I exit out the do while loop if vbwindow does not exist in 30 seconds? How would I put the
PHP Code:
exit do
-S
lkjlkj