PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
DelBox
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void DelBox( PFILE pfFile, COL xLeft,  LINE yTop,
                                     COL xRight, LINE yBottom );
 
  See:    DelLine, DelStream, Processing Text
 
     DelBox deletes all characters in the specified box from a file
     specified by <pfFile>.
 
     These arguments define the box to be deleted:
 
     Argument      Position
 
     <xLeft>       First column
     <yTop>        First line
     <xRight>      Last column
     <yBottom>     Last line
                                    -♦-