Modify

Opened 12 years ago

Closed 12 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 Changed 12 years ago by TicketCleanup

  • Version 3.3.8.1 deleted

Automatic ticket cleanup.

comment:3 Changed 12 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.