Modify ↓
Opened 14 years ago
Closed 14 years ago
#2169 closed Feature Request (Rejected)
Array Length / suggestion
| Reported by: | amarcruz | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | array, behavoir, ubound, length, vb | Cc: |
Description
All who have some knowledge of VB are confused by the behavior of UBound () not returning the upper bound, but the array length.
It would be better to have a function that will operate differently, for example:
Local $arr[2][5];
ArrayLength($arr) => 10
ArrayLength($arr,0) => 2
ArrayLength($arr,1) => 5
not priority, I know, but make sense :)
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:3 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Do you mean something like this >> http://www.autoitscript.com/forum/topic/19370-autoit-wrappers/page__view__findpost__p__975602