Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 822 Bytes

File metadata and controls

28 lines (18 loc) · 822 Bytes
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
SkipLine method (ADO)
SkipLine method (ADO)
419c24c3-6b84-eed0-5884-f2dcd485dc3d
48544456
09/18/2015
v=office.15
medium

SkipLine method (ADO)

Applies to: Access 2013, Office 2013

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 simply remain at EOS.

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