Modify ↓
Opened 15 years ago
Closed 14 years ago
#1760 closed Bug (Fixed)
#OnAutoItStartRegister, ignores single quoted function names.
| Reported by: | mvg | Owned by: | trancexx |
|---|---|---|---|
| Milestone: | 3.3.9.1 | Component: | AutoIt |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
More a general inconsistency than anything else.
#OnAutoItStartRegister "MyTestFunc1"
#OnAutoItStartRegister 'MyTestFunc2'
Sleep(1000)
Func MyTestFunc1()
MsgBox(64, "Start Results 2", 'Start Message from MyTestFunc1()')
EndFunc
Func MyTestFunc2()
MsgBox(64, "Start Results 3", 'Start Message from MyTestFunc()')
EndFunc
Running:(3.3.6.1), Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86)
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
| Resolution: | Wont Fix |
|---|---|
| Status: | closed → reopened |
comment:3 by , 14 years ago
| Milestone: | → 3.3.9.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | reopened → closed |
Fixed by revision [6816] in version: 3.3.9.1
Note:
See TracTickets
for help on using tickets.

Re-opening. We should do this because it's expected that strings can be single- or double-quoted.