Modify ↓
Opened 14 years ago
Closed 13 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 Changed 13 years ago by Jon
- Resolution set to Wont Fix
- Status changed from new to closed
comment:2 Changed 13 years ago by Valik
- Resolution Wont Fix deleted
- Status changed from closed to reopened
comment:3 Changed 13 years ago by trancexx
- Milestone set to 3.3.9.1
- Owner set to trancexx
- Resolution set to Fixed
- Status changed from reopened to closed
Fixed by revision [6816] in version: 3.3.9.1
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.