Jump to content

Possible bug in AutoIt3Wrapper.au3 19.1127.1402.20


Recommended Posts

  • Developers
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

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.
  :)

Link to comment
Share on other sites

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! :lmao: Learned something again. Thanks for your patience! :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...