Jump to content

Recommended Posts

Posted

Whenever I run a script including IE.au3, I get:

AutoIt Error

Line 261 (File "C:\Program Files\AutoIt3\Include\IE.au3")

Case "0"

Error: "Case" statement with no matching "Select" statement.

Posted (edited)

first... beta is required

C:\Program Files\AutoIt3\Include\IE.au3

the actual error should be from the "beta" folder

"C:\Program Files\AutoIt3\beta\include\IE.au3"

... if there is another error within IE.au3, i am not sure

8)

Edited by Valuater

NEWHeader1.png

  • Moderators
Posted

This is caused by not using the beta to run the script. The production version does not support the Switch statement so it is looking for a Select to go with the Case.

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