Modify ↓
Opened 13 years ago
Closed 13 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 Changed 13 years ago by guinness
comment:3 Changed 13 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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