﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1499	Performance increase to internal __FTP_ListToArray()	Beege	Jpm	"In the current internal function _FTP_ListToArray, every time a new item is added to the array, the array is Resized by only +1, which can  be a major performance hit when getting directory listing of large numbers. If we instead Resize by ubound*2, and then trim unused slots at the end of function, we can avoid a lot or resizing. I learned this method from the original _filelisttoarray() func. 

I have included a example with changes to the function and a demonstration of the new vs. old. I have put a set of XXXXXXXXXXXXXXXXXXXXXXXXXXX around any lines that I changed or added. Not that many changes were needed since the function already kept track of array size in index $array[0]. Thank you for your consideration and hard work in creating this wonderful language.:) "	Feature Request	closed	3.3.7.0	Standard UDFs		None	Fixed	_FTPEx	
