Developers Jos Posted January 25, 2021 Developers Posted January 25, 2021 1 hour ago, Professor_Bernd said: Is it ok to show this possible errors? I hope it will be a help. It's better to simply PM me in case you think you found an error... and yes it does help when people ask questions and/or suggest changes. 1 hour ago, Professor_Bernd said: If IsDeclared("Init") Then ; <== Is this not always True Nope! Guess this comment makes more sense: ; check how the Func is started. Init will not be defined when HotKey to restart is used If IsDeclared("Init") Then Jos Professor_Bernd 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Professor_Bernd Posted January 25, 2021 Author Posted January 25, 2021 2 hours ago, Jos said: Guess this comment makes more sense: ; check how the Func is started. Init will not be defined when HotKey to restart is used If IsDeclared("Init") Then Wow, I didn't realize that a hotkey call nullifies the declarations and initializations of a function! Learned something again. Thanks for your patience!
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