QMWriteSeq() |
|
|
The QMWriteSeq() function writes a line of text to a sequential file. This is analogous to the QMBasic WRITESEQ statement.
The function arguments are:
The example program statements below write the line of text in ReportData to the file opened to the fReport variable.
See also: QMOpenSeq(), QMReadBlk(), QMReadSeq(), QMSeek(), QMWeofSeq(), QMWriteBlk() |