Opened 16 years ago
Closed 16 years ago
#1568 closed Bug (Fixed)
_DateToDayOfWeekIso Success value wrong
| Reported by: | Tweaky | Owned by: | Jos |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | Documentation |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
The Success value for _DateToDayOfWeekIso is wrong in the documentation.
current: Success: Returns Day of the Week Range is 0 to 6 where 0=Monday.
should be: Success: Returns Day of the Week Range is 1 to 7 where 1=Monday.
Attachments (0)
Change History (6)
comment:1 by , 16 years ago
follow-up: 3 comment:2 by , 16 years ago
Yes I have read this.
Now it works, but in the documentation the values are wrong
comment:3 by , 16 years ago
Replying to Tweaky:
Yes I have read this.
Now it works, but in the documentation the values are wrong
Sorry, didn't read your post correctly. Will fix that too.
Jos
comment:4 by , 16 years ago
The Include file is correct so guess the update script isn't run the last 2 builds or am I missing something?
comment:5 by , 16 years ago
The documentation must be updated by hand. There's no update script as part of the build process. If individuals (Gary) use a build script that's their own business to do. When I fix UDF documentation errors I hand-edit both the TXT file and the source until such time I get around to ripping all the crap out of the source.
comment:6 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5758] in version: 3.3.7.0

Did you read the guildelines and if so why are all essentials missing?
Are you Sure about this is with version 3.3.6.0 because this was recently fixed: http://www.autoitscript.com/trac/autoit/ticket/1487
Jos