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: Don.T.Vomit@… 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 Jos, 8 weeks ago

Helpfile needs update from $DMW_LOCALE_USER to $DMW_LONGNAME.

comment:2 by J-Paul Mesnage, 7 weeks ago

Milestone: 3.3.19.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [13248] in version: 3.3.19.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.