home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST299.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  239 b   |  18 lines

  1. ********************
  2.  
  3. FUNCTION Savekeys
  4.  
  5.    PRIVATE _thefile, _value
  6.  
  7.    _thefile = "HOTKEYS.SJS"
  8.  
  9.    IF TYPE("setkeys") != "A"
  10.       RETURN(.F.)
  11.    ENDIF
  12.       
  13.    RETURN( ARRAYSAVE(setkeys, _thefile) )
  14.  
  15. * End of File
  16.  
  17.  
  18.