Modify ↓
#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 , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
comment:5 by , 10 years ago
There's been a new release version put out, the updated Au3Check is included with it.
Note:
See TracTickets
for help on using tickets.

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