TextStream.Skip Method

Named Arguments

Yes

Syntax

oTextStreamObj.Skip (Characters)


oTextStreamObj

Use: Required

Data Type: TextStream object

Any object variable returning a TextStream object.


NoOfChars

Use: Required

Data Type: Long

Number of characters to skip when reading.

Description

Ignores the next Characters characters when reading from a text file.

Rules at a Glance

The internal file marker is placed at the character immediately following the last skipped character.

See Also

TextStream.SkipLine Method
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset