Modify ↓
Opened on May 26, 2008 at 3:27:17 AM
Closed on May 26, 2008 at 7:00:01 AM
Last modified on Dec 13, 2008 at 1:59:36 AM
#316 closed Bug (Fixed)
_Singleton sample invalid
| Reported by: | Hubertus72 | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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:2 by , on May 26, 2008 at 7:00:01 AM
| Milestone: | → 3.2.13.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.2.13.0
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.