Modify ↓
Opened 8 weeks ago
Closed 7 weeks ago
#4065 closed Bug (Fixed)
Variable $DMW_LOCALE_USER is missing in DateTimeConstants.au3, but is used in help file
| Reported by: | Owned by: | J-Paul Mesnage | |
|---|---|---|---|
| Milestone: | 3.3.19.0 | Component: | AutoIt |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
The variable $DMW_LOCALE_USER is used in the helpfile when getting help for function _DateDayOfWeek. in file DateTimeConstants.au3 there are 2 variables that look similar:
Global Const $DMW_LOCALE_LONGNAME = 2
Global Const $DMW_LOCALE_SHORTNAME = 3
Script:
#include <DateTimeConstants.au3>
MsgBox(0, "", "$DMW_LOCALE_USER=" & $DMW_LOCALE_USER)
MsgBox(0, "", "$DMW_LOCALE_LONGNAME=" & $DMW_LOCALE_LONGNAME)
1st msgbox creates an error
Attachments (0)
Change History (2)
comment:1 by , 8 weeks ago
comment:2 by , 7 weeks ago
| Milestone: | → 3.3.19.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [13248] in version: 3.3.19.0
Note:
See TracTickets
for help on using tickets.

Helpfile needs update from $DMW_LOCALE_USER to $DMW_LONGNAME.