Jump to content

Array from Excel Column


Recommended Posts

PsaltyDS,

I'm sorry for being a pest but now that I upgraded to the beta version I get these two errors:

#include <ExcelCOM_UDF.au3>

#include <array.au3>

#include <adfunctions.au3>

The above are included:

Next are the errors.

H:\My Documents\IDXStuf.au3(610,10) : ERROR: can't open include file <adfunctions.au3>

#include <adfunctions.au3>

~~~~~~~~~^

H:\My Documents\IDXStuf.au3(626,39) : ERROR: _FileWriteFromArray(): undefined function.

_FileWriteFromArray($sFile, $XLArray,1)

Neither of these errors have anything to do with ExcelCOM_UDF.au3.

The first error is because you don't have adfunctions.au3 downloaded to where AutoIt can find it.

The second error is unrelated to the first: _FileWriteFromArray() is in File.au3, which you did not include.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Neither of these errors have anything to do with ExcelCOM_UDF.au3.

The first error is because you don't have adfunctions.au3 downloaded to where AutoIt can find it.

The second error is unrelated to the first: _FileWriteFromArray() is in File.au3, which you did not include.

:)

My copy of adfunctions.au3 is in C:\Program Files\AutoIt3\Include

I copied it to my @ScriptDir and it worked. Does this make sense?

Thanks for the File.au3 commentl. How could I not see it. I even listed the Included files so you could help me and didn't notice I was missing the file.

Link to comment
Share on other sites

My copy of adfunctions.au3 is in C:\Program Files\AutoIt3\Include

I copied it to my @ScriptDir and it worked. Does this make sense?

Thanks for the File.au3 commentl. How could I not see it. I even listed the Included files so you could help me and didn't notice I was missing the file.

If you Run/Compile with Beta, the first location checked will be C:\Program Files\AutoIt3\Beta\Include.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...