Jump to content

_FileReadToArray


Recommended Posts

DaLiMan,

Great !!..

BTW, you are mixing 2 #include option now..

The #include <xyz.au3> states to include the xyz.au3 from the standard include directory which is located as a subdir of the AutoIt3 program directory.

The #include "c:\xyz.au3" states to include the xyz.au3 from the specified path.

It doesn't matter either way, really (The same with a C-compiler). Using #include <>, the path's are searched first starting with the standard include library as well as any user-defined directories, and lastly in the current directory (Provided a full path isn't specified). Otherwise, that search order is reversed.
Link to comment
Share on other sites

BTW, you are mixing 2 #include option now..

The #include <xyz.au3> states to include the xyz.au3 from the standard include directory which is located as a subdir of the AutoIt3 program directory.

The #include "c:\xyz.au3" states to include the xyz.au3 from the specified path.

Didn't know that.

If so, I changed de wrong < file.au3 > all allong......

Thankx so much for your help !!!

and your patiente..... :D

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