MASM 5.10 EXT.DOC: DelLine - Deletes Lines from a File

ID Number: Q31518

5.10 | 5.10

MS-DOS | OS/2

Summary:

The following information is from the MASM Version 5.10 EXT.DOC

file.

Please note that numbering for both COL and LINE variables begins

with 0.

More Information:

/* DelLine - deletes lines from a file

*

* The DelLine function deletes lines yStart through yEnd, inclusive,

* in the file pFile.

*

* pfile Handle to file from which lines are to be deleted

* yStart First line to be deleted

* yEnd Last line to be deleted

*/

void pascal DelLine (pfile, yStart, yEnd)

PFILE pfile;

LINE yStart, yEnd;