home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / top2src.zip / BIORESP.TXT < prev    next >
Text File  |  1996-06-15  |  607b  |  12 lines

  1. Biography Notes
  2.  
  3. Bio responses are stored in the file BIORESP.TOP.  This is simply a big record
  4. of bio_resp_typ structs.
  5.  
  6. The response file is indexed through BIOIDX.TOP.  This is a record of 100 longs
  7. per user, with each long containing the record number of the bio response for
  8. the corresponding question.  For example, question 0's response will be pointed
  9. to by the first long, question 1's by the second, etc.  This allows TOP to grab
  10. all of a user's responses simply by seeking to that point in the index, loading
  11. 100 longs, then loading the responses directly, without excessive scanning.
  12.