QMSeek() |
|
|
The QMSeek() function positions in a sequential file. This is analogous to the QMBasic SEEK statement.
The function arguments are:
The example program statements below set the current file position in the file opened to the fLog variable to be at the point specified by the Pos variable relative to the start of the file.
See also: QMOpenSeq(), QMReadBlk(), QMReadSeq(), QMWeofSeq(), QMWriteBlk(), QMWriteSeq() |