Modify ↓
Opened 9 years ago
Closed 9 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 Changed 9 years ago by Melba23
- Milestone set to 3.3.15.1
- Owner set to Melba23
- Resolution set to Fixed
- 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.
Fixed by revision [11447] in version: 3.3.15.1