home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / FUNG5.TXT < prev    next >
Text File  |  1995-06-16  |  274b  |  10 lines

  1.    Clear_window() will clear and fill the current window with the fill   
  2. character. This can be any ASCII code character.
  3.    
  4. Example:   
  5.    clear_window(0);
  6.     
  7.    This will fill the current window with null or space characters leaving  
  8. the boarder untouched.
  9.  
  10.