Modify ↓
Opened on Mar 31, 2012 at 10:46:00 PM
Closed on Apr 1, 2012 at 7:03:24 PM
#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:3 by , on Apr 1, 2012 at 7:03:24 PM
| 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