Readln Method
Object List
Defined By: TextFile
Description:
Readd an entire line of text.
Declaration:
Sub ReadLn () As String
Details:
ReadLn returns a string containing characters read from the text file,
starting at the location indicated by the Position Property and ending at the first
occurrence of a carriage return.