Met Skipline
# ASP SkipLine Method
* * Complete TextStream Object Reference](#)
* * *
The SkipLine method skips a line when reading a TextStream file.
### Syntax
TextStreamObject.SkipLine
### Example
Output:
Output after skipping the first line in the file: Line 2
Line 3
* * Complete TextStream Object Reference](#)
YouTip