﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2721	_Array...  - proposal	mLipok	guinness	"in '''_ArrayDisplay'''

removed doubled word array
""Displays a 1D or 2D array array in a ListView""

@error value unification from:
{{{
has too many dimensions (only 1D and 2D supported)
}}}
to:
{{{
is not a 1D or 2D array
}}}

in '''other files:'''
@error value unification from:
""is not a 1D or 2D array""

in '''other files''':
added to ###Description###
""a 1D or 2D array""
""1 dimensional array""
""2 dimensional array""

in '''_FileReadToArray''':
{{{
###Description###
Reads the specified file into a 1D/2Darray
}}}
added space:
{{{
###Description###
Reads the specified file into a 1D/2D array
}}}


in '''_FileWriteFromArray''' @error:
""2 - Input is not an array"" >> ""2 - $aArray is not an array""
""4 - Array dimensions > 2"" >> ""4 - $aArray is not a 1D or 2D array""
""5 - Start index is greater than the $iUbound parameter"" >> ""5 - Start index $iBase is greater than the $iUbound parameter"""	Feature Request	closed	3.3.11.6	Documentation		None	Fixed		
