home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / input.arc / INPUT.DOC < prev    next >
Encoding:
Text File  |  1987-09-26  |  580 b   |  17 lines

  1. Ok all you Mach 2 users who want to be able to modify what MHINPUT does,
  2. here's the solution. These routines are going to be included in our new
  3. subprogram library.
  4.  
  5. The files:
  6.  
  7.     MHDEF   .INC - declares constants used by other routines
  8.     MHINIT  .SUB - Initializes global variables.
  9.     MHSTRIN .SUB - Edited string input subprogram.
  10.     MHSPEAKR.SUB - Called by input routine to sound the speaker.
  11.     INPUT   .BAS - Sample of how to use MHSTRIN.SUB
  12.     
  13. The routines are self-documenting. I suggest you examine each one before
  14. attempting to use the routines.
  15.  
  16. Mark Novisoff
  17.