Custom Query (3931 matches)
Results (64 - 66 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #4019 | Works For Me | Little bug in ArrayDisplayInternals | ||
| 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 | ||
| 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 | ||
| Description |
_ArrayPush's documentation mentions 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. |
|||
