Modify ↓
Opened on Mar 16, 2026 at 9:27:43 PM
Closed on Mar 17, 2026 at 9:46:38 AM
Last modified on Mar 17, 2026 at 1:47:39 PM
#4081 closed Feature Request (Completed)
_Array1DToHistogram.au3 example
| 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/
Attachments (0)
Change History (4)
comment:1 by , on Mar 16, 2026 at 9:29:28 PM
| Description: | modified (diff) |
|---|
comment:3 by , on Mar 17, 2026 at 9:46:38 AM
| Resolution: | → Completed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Already changed , also _Array1DToHistogram[2].au3