nobbe Posted May 28, 2008 Share Posted May 28, 2008 hi how can i include files based on version numbers? what i want to do is this : if @AutoItVersion > "3.2.10.0" then #include <GuiButton.au3> _GUICtrlButton_Enable($btnHelp,True) endif but its not working :-) Link to comment Share on other sites More sharing options...
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