Jump to content

Recommended Posts

Posted

Hi there,

please help me with this problem. My script calls the loop function and the problem is that whe n it reaches the "Are we logged in" If Then Else it just tops there.... the wile loop doesn't continue.... :

Func Loop()

Global $DetectLogout = 0

; Make sure the flag is cleared

$fInterrupt = 0

While 1

; Are we logged out?

If WinExists("Windows Internet Explorer", "Login") And $DetectLogout > 1 Then

MsgBox(0,"WTF","WTF",30)

Else

ContinueLoop

EndIf

more code..

WEND

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...