home *** CD-ROM | disk | FTP | other *** search
/ Installer 5.00 - Please Dont Remove it From My Bag / 060126_0945.iso / CLIPPER / CLIPPER.EXE / CLIPPER5 / SOURCE / SAMPLE / FKMAX.PRG < prev    next >
Encoding:
Text File  |  1993-03-04  |  369 b   |  22 lines

  1. /***
  2. *
  3. *  Fkmax.prg
  4. *
  5. *  Summer '87 FKMAX() Compatibility Routine
  6. *
  7. *  Copyright (c) 1993, Computer Associates International Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. /***
  14. *    FKMAX()
  15. *    Return the maximum number of programmable function keys on the computer
  16. *
  17. *    Note: specific to IBM PC/XT/AT and clones.
  18. */
  19. FUNCTION FKMAX()
  20.     RETURN (40)     // IBM specific
  21.  
  22.