home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / bbs / pic16quo.arc / PICSVARQ.INC < prev    next >
Text File  |  1991-08-11  |  384b  |  10 lines

  1. { PICSVARQ.INC }
  2. { for PICS 1.6 with the quotations mod}
  3.  
  4. var
  5.   quot_file      : file of quot_record;    {file var for QUOTES.BB#}
  6.   quot_rec       :         quot_record;
  7.   quot_count     : integer;                {count of quotations in file}
  8.   qidx_file      : file of qidx_record;    {file var for QUOTEIDX.BB#}
  9.   qidx_rec       :         qidx_record;
  10.