home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / DBF.PR_ / DBF.PR
Text File  |  1995-06-20  |  364b  |  24 lines

  1. /***
  2. *
  3. *  Dbf.prg
  4. *
  5. *  Summer '87 DBF() Compatibility Routine
  6. *
  7. *  Copyright (c) 1993, Computer Associates International Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. /***
  14. *
  15. *    DBF()
  16. *
  17. *    Return the alias of the currently selected database.
  18. *
  19. *    Note: Supposed to return the name of the currently selected database file.
  20. */
  21. FUNCTION DBF
  22.     RETURN ALIAS()
  23.  
  24.