home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / FUNG9.TXT < prev    next >
Text File  |  1997-08-18  |  301b  |  11 lines

  1.    Read_text() will display a text file in the current window truncating 0,
  2. wraparound 1 (both with page up/dn), wait for key 2, and display and exit 3.
  3.  
  4. Example:
  5.  
  6.    read_text("mou.doc",1);
  7.     
  8.    This will display the text of mou.doc page by page int the current
  9. window with wraparound.
  10.  
  11.