Name

TextStream.Skip Method

Syntax

                  oTextStreamObj
                  .Skip (Characters)
oTextStreamObj

Use: Required

Data Subtype: TextStream object

Any property or object variable returning a readable TextStream object.

NoOfChars

Use: Required

Data Subtype: Long

Number of characters to skip when reading.

Availability

R

Description

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

Rules at a Glance

  • As a result of the skip operation, the file pointer is placed at the character immediately following the last skipped character.

  • The Skip method is available only for input streams—that is, for files or streams opened in ForReading mode.

Get VBScript in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.