Category: Files
ReadLine(fileHandle As Integer)
String
Reads one line of text from the current file position. Line endings may use \r, \n, or \r\n. Invisible control characters are stripped from the returned text.
Dim line As String
line = ReadLine(fileHandle)