May 1995
Beginner
508 pages
16h 14m
English
TextStream.Skip Method
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.
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.
| TextStream.SkipLine Method |
Read now
Unlock full access