file_skip_lines
Synopsis
file_skip_lines (file, offset, nlines)
Description
The file_skip_lines object returns the offset in bytes of a location in file after skipping nlines in an ASCII file .
Parameters
Object of type FILE.file that identifies the file that will be accessed. Note that this is not a string holding the filename. See the example.
Example
v/dv_examp/file_ucd.v
v/dv_examp/file_unif.vFile
See also related modules