FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

ADO SkipLine Method


Stream Object Reference 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

Stream Object Reference Complete Stream Object Reference