Read
SUB
Read
(
File
AS
File
[
, Start
AS
Integer
, Length
AS
Integer
]
)
Fills an array by reading the data directly from a file.
Start
specifies where the data are stored in the array. By default, data are stored from the beginning.
Length
is the number of elements that will be read from the file. By default, data are read until the end of the array is reached.