Jump to content

Recommended Posts

Posted

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.

Posted

The help file already explains this.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I read the help file again and still could not find where #include must be used at the beginning of the script. Is there another help file?

Posted

Search #include in the help file, here >>

#include ; Select this.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

It's quite logical, all of the include files are always on the top of your script... Even when an au3 file is generated with Koda...

[u]My dream is to have a dream...[/u]

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
  • Recently Browsing   0 members

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