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:2 by TicketCleanup, 14 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

comment:3 by Valik, 14 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.