ReadString
ReadString(buffer AS String [, length AS Integer]) AS Integer
Reads a line from the file into the buffer <buffer>.
If the parameter <length> is defined, the copy is limited to <length> bytes. Returns the number of bytes transferred to the buffer.