Modify

Opened 11 years ago

Closed 11 years ago

#3094 closed Bug (Fixed)

_ArrayDisplay bug with Range "N:"

Reported by: jchd18 Owned by: Melba23
Milestone: 3.3.15.1 Component: Standard UDFs
Version: 3.3.14.0 Severity: None
Keywords: Cc:

Description

When the range parameter is in the form "N:" (rows N to end) the function behaves as if the parameter was in the form ":N" (rows 0 to N).

#include <Array.au3>
Local $a = [0, 1, 2, 3, 4, 5]
_ArrayDisplay($a, "Rows 0 to 2 works", ":2")
_ArrayDisplay($a, "Rows 1 to 3 works", "1:3")
_ArrayDisplay($a, "Rows 2 to end fails", "2:")

Attachments (0)

Change History (1)

comment:1 by Melba23, 11 years ago

Milestone: 3.3.15.1
Owner: set to Melba23
Resolution: Fixed
Status: newclosed

Fixed by revision [11447] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


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