home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / FKMAX.PR_ / FKMAX.PR
Text File  |  1995-06-20  |  369b  |  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.