Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
EOS Property
LineSeparator Property
Type Property
METHOD: Stream::SkipLine
Implemented in version 2.5
streamobject.
SkipLine
The
SkipLine
method is used to skip over all characters up to and including the next line separator in a text data
Stream
object. If there is no line separator between the current position and EOS, the new current position simply becomes the EOS. By default, this method searches for an
adCRLF
line separator which is a carriage return/line feed.
You can use the
LineSeparator
property to set or return a
LineSeparatorEnum
value that specifies which binary character to use as the line separator in a text
Stream
object.
Code (VBScript):
objStream.
SkipLine
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information