Modify ↓
#2333 closed Bug (Wont Fix)
AuCheck balks at 5D arrays initializer
| Reported by: | jchd18 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Au3Check | |
| Version: | 3.3.9.4 | Severity: | None |
| Keywords: | array initialization | Cc: |
Description
Au3Check raises an error on array initializer for dimensions > 4.
Simplest reproducer:
Local $arTestBad[2][2][2][2][2] = [[[[[0]]]]]
Attachments (0)
Note:
See TracTickets
for help on using tickets.

It is true that AU3check do checking for array dimension <= 4
That is a "known" limitation.
I don't thing that with the current implemenation we can go beyond