Microsoft® Visual Basic® Scripting Edition
SkipLine Method
| Language Reference 
| Home | Site Map |

 

See Also                    Applies to


Description
The SkipLine method skips the next line when reading a file.

Syntax

SkipLine

The count argument is the number of characters to skip when reading a file.

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.


© 1996 by Microsoft Corporation.