Opened on Mar 16, 2026 at 9:27:43 PM
Last modified on Mar 17, 2026 at 1:47:39 PM
#4081 closed Feature Request
_Array1DToHistogram.au3 example — at Version 1
| Reported by: | mLipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description (last modified by )
To properly show the results, _Array1DToHistogram.au3 example should be changed like this:
| Line | |
|---|---|
| 1 | #include <Array.au3> |
| 2 | |
| 3 | Local $aNEW[] = [0, -80, -49, -44, 80, 100, 8, 7, 6, 5, 4, 3, 2, 1] |
| 4 | Local $aArray = _Array1DToHistogram($aNEW, 125) |
| 5 | _ArrayDisplay($aArray, "_Array1DToHistogram", "", 0, Default, Default, -210) |
Discussed here:
https://www.autoitscript.com/forum/topic/213514-_arraydisplay-and-idesired_colwidth/
Note:
See TracTickets
for help on using tickets.
