﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3094	"_ArrayDisplay bug with Range ""N:"""	jchd18	Melba23	"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:"")
}}}"	Bug	closed	3.3.15.1	Standard UDFs	3.3.14.0	None	Fixed		
