Modify

Opened 12 years ago

Closed 12 years ago

Last modified 10 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 by mLipok, 12 years ago

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

comment:2 by BrewManNH, 12 years ago

Duplicate ticket 2731

comment:3 by BrewManNH, 12 years ago

Resolution: Duplicate
Status: newclosed

comment:4 by anonymous, 10 years ago

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

comment:5 by anonymous, 10 years ago

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.