June 2001
Intermediate to advanced
620 pages
19h 29m
English
Stream.SkipLine Method — (Versions 2.5, 2.6)
stream.SkipLine
The SkipLine method skips entire lines when reading text streams.
The SkipLine method skips an entire line in a textual stream
(Stream.Type is equal to adTypeText). This is done
by searching for the next occurrence of a line separator (indicated
by the LineSeparator property which is, by default, set to
adCRLF) or the EOS pointer.
LineSeparatorEnum Enumeration, Stream.LineSeparator Property, Stream.Type Property
Read now
Unlock full access