Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

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