Sun Chili!Soft ASP Docs => Chapter 5: Developer's Reference => VBScript Language Reference => VBScript Objects and Collections => VBScript TextStream Object =>
VBScript TextStream Object SkipLine Method
Skips the next line when reading a TextStream file.
Syntax: VBScript TextStream Object SkipLine Method
object.SkipLine
Arguments: VBScript TextStream Object SkipLine Method
object
The name of a TextStream object.
Remarks: VBScript TextStream Object SkipLine Method
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.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.