SkipLine Method

Skips one entire line when reading a text Stream.

Syntax

  
Stream.SkipLine  

Remarks

All characters up to and including the next line separator are skipped. By default, the LineSeparator is adCRLF. If you attempt to skip past EOS, the current position will remain at EOS.

The SkipLine method is used with text streams (Type is adTypeText).

Applies To

Stream Object (ADO)