Modify ↓
Opened 17 years ago
Closed 17 years ago
#972 closed Bug (Fixed)
Example file incorrect
| Reported by: | RazerM | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.1.1 | Component: | Documentation |
| Version: | 3.3.1.0 | Severity: | None |
| Keywords: | Cc: |
Description
For #OnAutoItStartRegister
It has
#OnAutoItStartRegister("MyTestFunc")
#OnAutoItStartRegister("MyTestFunc2")
but should be
#OnAutoItStartRegister "MyTestFunc" #OnAutoItStartRegister "MyTestFunc2"
Environment = 3.3.1.0 under WIN_XP/Service Pack 3 X86
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | → 3.3.1.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Yes, we know.