http://www.vb-helper.com/HowTo/loadarr5.zip

	Purpose
Load an array from a file in two ways

	Method
Use the Input # statement to load lines.

Then load the whole file at once and parse out the numbers.

(The first method is faster.)

NOTE: Before you run this program, use the included MakeNums program to make
a data file to load.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
