home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CUR_DRV.ZIP / READ.ME < prev   
Encoding:
Text File  |  1988-02-12  |  353 b   |  18 lines

  1. Files: CUR_DRV.ASM, CUR_DRV2.PRG
  2.  
  3. Purpose:  To get the current drive letter.
  4.  
  5. Usage:  memvar = drive()
  6.  
  7. Returns:  memvar will contain a character string of length 1 which is
  8.           the drive letter (i.e. A, B, etc.).
  9.  
  10.  
  11. Linking:  PLINK86 fi yourprog lib clipper, CURDRV86
  12.  
  13. or 
  14.           PLINK86 fi yourprog lib clipper, CURDRV87
  15.  
  16.  
  17.  
  18.