ADO SkipLine Method
❮ Complete Stream Object Reference
The SkipLine method is used to skip a line when reading a text Stream. All characters including the line separator, are skipped. Default line separator is adCRLF.
Note: This method is only used with text Stream objects.
Syntax
objStream.SkipLine
❮ Complete Stream Object Reference