Modify ↓
#316 closed Bug (Fixed)
_Singleton sample invalid
Reported by: | Hubertus72 | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.2.13.0 | Component: | AutoIt |
Version: | 3.2.12.0 | Severity: | None |
Keywords: | _Singleton backslash sample | Cc: |
Description
Using version 3.2.12.0 of AutoIt, the _Singleton sample is invalid.
On first usage, it claims: "An occurence of test is already running"
This is only true, if a backslash is in the OccurenceName.
The sample uses "test\test".
It should be mentioned in the helpfile, that a backslash is forbidden in the OccurenceName.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by Valik
comment:2 Changed 17 years ago by Jpm
- Milestone set to 3.2.13.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.2.13.0
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.
It is mentioned in the documentation that slashes are an invalid character. I have no idea why that example was written that way but whoever did it should have known better.