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

  1. ********************
  2.  
  3. FUNCTION Morekeys
  4.  
  5.    PARAMETERS _howmany
  6.  
  7.    IF TYPE("_howmany") != "N"
  8.       RETURN(.F.)
  9.    ELSEIF TYPE("setkeys") = "U"
  10.       RETURN(.F.)
  11.    ENDIF
  12.  
  13.    REDECLARE(setkeys, _howmany)
  14.    RETURN(.T.)
  15.  
  16. * End of File
  17.  
  18.  
  19.