Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 3931)

Ticket Resolution Summary Owner Reporter
#4019 Works For Me Little bug in ArrayDisplayInternals pixelsearch
Description

Hello jpm I think there's something missing in ArrayDisplayInternals.au3 (version 3.3.16.1)

Switch VarGetType($sTemp)
	Case "Array"
		Local $sSubscript = ""
		For $i = 1 To UBound($sTemp, 0)
			$sSubscript = "[" & UBound($sTemp, $i) & "]"
		Next

It should be :

			$sSubscript &= "[" & UBound($sTemp, $i) & "]"

Without &= then a 2D array will always be displayed as a 1D array, with only 1 pair of brackets containing... the number of columns.

#4006 No Bug incomplete read missing key in IniReadSection itdev721@…
Description

incomplete read missing key in IniReadSection when the value length is too large or there is an error for some reason.

#4003 Fixed _ArrayPush doesn't have its default direction directly documented Jpm lwc
Description

_ArrayPush's documentation mentions $iDirection = 0 on top, but it's a casual mention, and it's not "officially" mentioned on the table that explains what is $iDirection.

Due to being mentioned on top it's not the end of the world, but still unusual plus an easy fix, as the help usually mentions all the defaults in the parameter table.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.