Modify ↓
      
        Opened 16 years ago
Closed 16 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 Changed 16 years ago by Valik
- Milestone set to 3.3.1.1
- Resolution set to Fixed
- Status changed from new to closed
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.
    

Yes, we know.