PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DelLine
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void DelLine( PFILE pfFile, LINE yStart, LINE yEnd );
 
  See:    DelBox, DelStream, Processing Text
 
     DelLine deletes a range of lines from a file specified by <pfFile>.
     The first and last lines deleted are specified by <yStart> and
     <yEnd>.
                                    -♦-