Jump to content

WinAPIError.au3 (159) : ==> Missing separator character after keyword.:


Recommended Posts

Hi 

new to AutoIT

trying to load a website

Get this error.  How do Correct the include.

C:\Program Files (x86)\AutoIt3\Include\WinAPIError.au3 (159) : ==> Missing separator character after keyword.: 
 

code is:

#include <IE.au3>

Local $oIE = _IECreate("http://www.autoitscript.com/forum/index.php")
Send("{TAB 12}")
Send("{ENTER}")
_IELoadWait($oIE)

Link to comment
Share on other sites

  • Developers

Works fine here. What version are you running?
Are you running this from SciTE?  If so please post the whole SciTE outputpane information.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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