ljkkda Posted June 27, 2005 Posted June 27, 2005 why the script wont run my funktion login? $currentWindow = ("blabla - Microsoft Internet Explorer") winactivate ("blabla - Microsoft Internet Explorer") $currentwindow = WinGetTitle ("") If @error Then login() func login() run ( "C:\Programme\Internet Explorer\iexplore.exe" ) EndFunc ;==>login
GaryFrost Posted June 27, 2005 Posted June 27, 2005 from helpWinGetTitle("") returns the active window's title.Therefore you won't get an error from that function, or at least you shouldn't SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jpm Posted June 27, 2005 Posted June 27, 2005 why the script wont run my funktion login?$currentWindow = ("blabla - Microsoft Internet Explorer")winactivate ("blabla - Microsoft Internet Explorer")$currentwindow = WinGetTitle ("")If @error Then login()func login()run ( "C:\Programme\Internet Explorer\iexplore.exe" )EndFunc ;==>login<{POST_SNAPBACK}>because WinGetTitle never set @error
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now