Modify ↓
Opened 12 years ago
Closed 12 years ago
#2753 closed Bug (Duplicate)
"To" keyword incorrectly parsed in COM object
| Reported by: | FredAI | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
The "To" keyword is incorrectly parsed when used as a COM object parameter.
$obj = ObjCreate("Whatever.Object")
$myVar = $obj.To
Error:
error: missing separator character before keyword.
$myVar = $oAction.To
Hope this gets fixed soon. I can't use the 3.3.12 version because of it.
Thanks
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Before post track ticket read forum and ask on forum for support
http://www.autoitscript.com/forum/topic/161795-maybe-an-issue-on-au3check-with-autoit-v33120/