home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / FUNG11.TXT < prev    next >
Text File  |  1997-04-29  |  236b  |  10 lines

  1.    Load_screen is the other half of screen save and works the same. Record
  2. 0 is the restore for the fast buffer.
  3.    
  4. Example:   
  5.    
  6.    load_screen(2);
  7.    
  8.    This will load the screen record 2 from screen.dat and display it.
  9.  
  10.