Modify ↓
Opened 16 years ago
Closed 16 years ago
#1428 closed Bug (Fixed)
AdlibUnRegister function name is case sensitive.
| Reported by: | martin | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.5.1 | Component: | AutoIt |
| Version: | 3.3.5.0 | Severity: | None |
| Keywords: | AdlibUnregister | Cc: |
Description
If the function name passed to AdlibUnregister does not match a function passed to AdlibRegister exactly then it has no effect.
Example
AdlibRegister("MyAdlib")
sleep(2000)
AdlibUnRegister("Myadlib")
ConsoleWrite("after unreg" & @CRLF)
sleep(4000)
Func MyAdlib()
ConsoleWrite("in func" & @CRLF)
EndFunc
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Milestone: | → 3.3.5.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5627] in version: 3.3.5.1