ReadLine

Category: Files

Back to System Functions


Signature

ReadLine(fileHandle As Integer)

Returns

String

Description

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.

Example

Dim line As String line = ReadLine(fileHandle)