home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
beehive
/
bbs
/
pic16quo.arc
/
PICSVARQ.INC
< prev
next >
Wrap
Text File
|
1991-08-11
|
384b
|
10 lines
{ PICSVARQ.INC }
{ for PICS 1.6 with the quotations mod}
var
quot_file : file of quot_record; {file var for QUOTES.BB#}
quot_rec : quot_record;
quot_count : integer; {count of quotations in file}
qidx_file : file of qidx_record; {file var for QUOTEIDX.BB#}
qidx_rec : qidx_record;