Method: SkipLines for File
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: SkipLines for File
Method: SkipLines for File
Skips several lines in the file.
iSkipLines = Object.SkipLines(Number)
Object | File Object with this method |
Number | LongInteger Specifies the number of lines to skip. |
iSkipLines | LongInteger Receives the number of lines that have been skipped. |
The following example skips the next 10 lines in the file.
Call File.SkipLines(10)