﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3050	_FileWriteFromArray: doc clarification	c.haslam	BrewManNH	"Existing:

''Start array index to read, normally set to 0 or 1. Default is the Default keyword''

This is not helpful,because it doesn't make sense: is the default iBase is 0 or 1? From the code I see that it is 0. So I suggest:

''Start array index to read, normally 0 or 1. Default is 0.''

Existing:

''Set to the last record you want to write to the File. Default is the Default keyword (whole array.)''

While you are at it, the code is:
{{Local $iLast = UBound($aArray) - 1
If $iUBound = Default Or $iUBound > $iLast Then $iUBound = $iLast}}

So I suggest:

''The number of the highest element/row to write to the file. Default: the whole array.''



"	Bug	closed	3.3.13.21	Documentation	3.3.13.20	None	Fixed		
