DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: SkipLines for File

Method: SkipLines for File

Skips several lines in the file.

iSkipLines = Object.SkipLines(Number)
ObjectFile
Object with this method
NumberLongInteger
Specifies the number of lines to skip.
iSkipLinesLongInteger
Receives the number of lines that have been skipped.

The following example skips the next 10 lines in the file.

Call File.SkipLines(10)
In This Section
Was this information helpful?