March 2003
Intermediate to advanced
512 pages
14h 30m
English
TextStream.Skip Method
oTextStreamObj.Skip (Characters)
oTextStreamObjUse: Required
Data Type: TextStream object
Any property or object variable returning a readable TextStream object.
NoOfCharsUse: Required
Data Type: Long
Number of characters to skip when reading.
R
Ignores the next Characters
characters when reading from a text file or input stream.
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.
Read now
Unlock full access