Reads a line from a text file.
Tip:
To read all the lines in a text file, call ReadLine in a loop that runs until IsEOF indicates that the end of the file has been reached.
Syntax
<HFMwFileReader>.ReadLine()
Return Value
Returns the line being read.
Example
ReadLine is used in the example for OpenAsText.