If you are reeiving an error using #include.
1) This Line must be at the start of your script. #include <[file-to-include.au3]>
2) Try #include using path and filename option, #include "c:\program files\autoit3\include\[file-to-include.au3]"
My problem is solved. AutoIt3 is excellent. Thanks AutoIt Team.
1) This Line must be at the start of your script. #include <[file-to-include.au3]>
2) Try #include using path and filename option, #include "c:\program files\autoit3\include\[file-to-include.au3]"
My problem is solved. AutoIt3 is excellent. Thanks AutoIt Team.