home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / DS40BPDS / COMPRESS.ZIP / COMPRESS.DOC < prev    next >
Text File  |  1991-02-24  |  2KB  |  38 lines

  1.  
  2.  
  3.                              High Score File Packer
  4.                           For use with Door Source 3.2
  5.                                 Copyrighted 1991
  6.                              Written by Todd Miller
  7.  
  8.         Introduction
  9.         ============
  10.  
  11.               With the HighScores routine in Door Source 3.2, you are able
  12.         maintain a very comprehensive score database which is easy to use
  13.         and quick. However, until now, there has been no way to compress and
  14.         delete the players that no longer play but are still in the score
  15.         database. Using the routine in this package, you will be able to
  16.         easily and quickly compress the high score file.
  17.  
  18.         Routines
  19.         ========
  20.  
  21.         Name : CompressHighScores
  22.  
  23.                 CALL CompressHighScores(HighScoreFile$,21)
  24.  
  25.         CompressHighScores is a routine to compress the high score file
  26.         listed. Call this routine from your maintaince program to compress
  27.         the file. Make sure that only ONE node does this at a time!
  28.         If several attempt it at the same time, then serious problems
  29.         will occur. The first parameter is the filename for the high
  30.         score file, the second is how many days of inactivity for a
  31.         person's score you want for it to be deleted. For example, if
  32.         you say 21 days, then any score which hasnt been updated within
  33.         the last 21 days or more (22 days, 35 days, ect,...) then that
  34.         score will be purged from the file.
  35.  
  36.  
  37. ▓▒░ End of COMPRESS documentation ░▒▓
  38.