Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 3866)

Ticket Resolution Summary Owner Reporter
#1859 Fixed Bug in _WeekNumberISO? Gary Tweaky
Description

Hi, is it possible, that there is a bug in _WeekNumberISO? When I run this script I get the week of 01.01. for the year

#include <Date.au3> For $i = 2011 To 2030

$x = _WeekNumberISO($i, 01, 01) ConsoleWrite($i & @TAB & $x & @CRLF)

Next

The Result is 2011 52 2012 0 2013 1 2014 1 2015 53 2016 52 2017 0 2018 1 2019 1 2020 1 2021 53 2022 52 2023 0 2024 1 2025 1 2026 53 2027 52 2028 52 2029 1 2030 1

It looks like, that the result is 0 when the 01.01 is a sunday.

#1881 No Bug _VersionCompare Gary hunt
Description

$Version1 = "1.9.1"

$Version2 = "1.10" MsgBox(0,"",_VersionCompare($Version1, $Version2)) == returns 1 but must -1

$Version1 = "1.9.b"

$Version2 = "1.10" MsgBox(0,"",_VersionCompare($Version1, $Version2)) == returns 1 but must -1

$Version1 = "1.9b"

$Version2 = "1.10" MsgBox(0,"",_VersionCompare($Version1, $Version2)) == returns 1 but must -1

#1887 Rejected Sort multiple or multi-dimensional arrays with multiple sort columns Gary Thopaga
Description

Sort multiple or multi-dimensional arrays with multiple sort columns. http://www.autoitscript.com/forum/topic/124437-sort-multiple-or-multi-dimensional-arrays-with-multiple-sort-columns/

Dear Sir. If you like this UDF then feel free to add it to your application. Regards Thopaga.

Note: See TracQuery for help on using queries.