Modify

Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#2768 closed Bug (Duplicate)

Error: missing separator character before keyword.

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.12.0 Severity: None
Keywords: Cc:

Description

Local $objEmail = ObjCreate("CDO.Message")
$objEmail.From = "MyEmail@email.com"
$objEmail.To = "your@…"

Generated this error:
"C:\test.au3"(189,12) : error: missing separator character before keyword.

$objEmail.to

C:\test.au3 - 1 error(s), 0 warning(s)

The word "To" became a reserved keyword in the last version(3.3.12.0)

Attachments (0)

Change History (5)

comment:1 Changed 10 years ago by mLipok

Please check forum and other track ticket.
You will find an answer here:
http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/

comment:2 Changed 10 years ago by BrewManNH

Duplicate ticket 2731

comment:3 Changed 10 years ago by BrewManNH

  • Resolution set to Duplicate
  • Status changed from new to closed

comment:4 Changed 9 years ago by anonymous

Au3check.exe is now 404. We do need it back plz

comment:5 Changed 9 years ago by anonymous

There's been a new release version put out, the updated Au3Check is included with it.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.