NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SkipLine Method

Skips the next line when reading a TextStream file.

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.

See Also

Close Method | Read Method | ReadAll Method | ReadLine Method | Skip Method | Write Method | WriteBlankLines Method | WriteLine MethodApplies To: TextStream Object