Met Readline
# ASP ReadLine Method
* * Complete TextStream Object Reference Manual](#)
* * *
The ReadLine method reads an entire line from a TextStream file and returns the result as a string.
### Syntax
TextStreamObject.ReadLine
### Example
Output:
The first line in the file contains this text: Line 1
* * Complete TextStream Object Reference Manual](#)
YouTip