Jump to content

Question About IE UDF's (wrong forum maybe? sorry..)


Recommended Posts

Every time i try to use the IE UDF library i get like 163 errors about the Wrong number of arguments in the IE.au3. Can someone link me to the correct download of the UDF's, and could someone explain where i put the UDFs if i want to use them in the script? Same folder, or can i just do #include<../folder/IE.au3>

Link to comment
Share on other sites

Download Beta here, and it is now with the standard Beta release.

http://www.autoitscript.com/forum/index.php?showtopic=23823

Thats what i did. I don't know where to put IE.au3, and i dont know where it should be in relation to my script. =/

errors =

C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(388,41) : ERROR: SetError() [built-in] called with wrong number of args.
        SetError($_IEStatus_InvalidDataType, 1)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(394,43) : ERROR: SetError() [built-in] called with wrong number of args.
        SetError($_IEStatus_InvalidObjectType, 1)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(452,54) : ERROR: Opt() [built-in] called with wrong number of args.
        Local $iWinTitleMatchMode = Opt("WinTitleMatchMode")
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(462,34) : ERROR: SetError() [built-in] called with wrong number of args.
            SetError($_IEStatus_NoMatch, 1)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Documents and Settings\Owner\Desktop\Work\autoit-v3\IE.au3(500,41) : ERROR: SetError() [built-in] called with wrong number of args.
                    SetError($_IEStatus_InvalidValue, 2)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

There are several hundred more.. thats just some

Edited by Jasio
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...