Read Method
Object List
Defined By: TextFile
Description:
Reads one or more characters.
Declaration:
Function Read(ByVal Size As Long) As String
Details:
Size is the number of characters you want to read. Read returns a String
containing the characters read from the text file.