Description of Reading a File into an Array :
Those who need to store the file contents into an array can study this online ASP material to create a dynamic array. After reading this they can generate their own snippet to read a file line by line and can store them into the current array by not overwriting the existing lines by expanding the array size dynamically. Sample program is included.