home *** CD-ROM | disk | FTP | other *** search
/ Chip: Die 66 BEsten Computer / Chip_Special-66_Computer-Spiele_auf_CD-ROM.iso / quiz / rquiz / _rquiz.exe / CFG.INC next >
Text File  |  1992-02-05  |  218b  |  14 lines

  1. { CFG.INC }
  2. { Database structure for CFG.DBF }
  3. type
  4.   CFG_Record = Record
  5.      Deleted         : Boolean;
  6.      _ANTWORT        : Boolean;
  7.      _FRAGE          : Boolean;
  8.   end;
  9.  
  10. var
  11.    CFG : CFG_record;
  12.  
  13.  
  14.