Opened 16 years ago
Last modified 16 years ago
#499 closed Bug
Missing quotes from WinWaitActive causes crash — at Version 1
Reported by: | System Tester | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.12.0 | Severity: | None |
Keywords: | Cc: |
Description (last modified by Valik)
Also, WinActivate.
Run from SciTe using the F5 key
The following syntax error:-
WinWaitActive(Lexmark 1300 Series - USB Port) or
WinActivate(Lexmark 1300 Series - USB Port)
where the quotation marks are missing ie.
WinWaitActive("Lexmark 1300 Series - USB Port")
WinActivate("Lexmark 1300 Series - USB Port")
causes a crash in AutoIT.exe
Change History (2)
Changed 16 years ago by System Tester
comment:1 Changed 16 years ago by Valik
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Crash after syntax error - missing ""