Microsoft® Visual Basic® Scripting Edition
SkipLine Method
 Language Reference 
Version 2 

See Also                   Applies to


Description
Skips the next line when reading a TextStream file.
Syntax
object.SkipLine

The object is always the name of a TextStream object.

Remarks
Skipping a line means reading and discarding all characters in a line up to and including the next newline character.

An error occurs if the file is not open for reading.


© 1997 by Microsoft Corporation. All rights reserved.