In the REGISTERED version new listings are logged in a random access data 
file called NEWADS.DAT for the purpose of creating the bulletin file.  This 
file is written to the directory that contains the WCX file.  Listed below 
is the record layout for NEWADS.DAT.  Feel free to write your own custom 
wcCODE applications to use the valuable data stored in this file.  

Suggestions include:

Invoice Application 
Messge Notification
Statistics

Use your imagination.  Feel free to forward your shareware or freeware 
WCX application to us.  We may be willing to distribute it with one of 
our next releases.

type newadrec
 cat as string*3
 number as string*3
 name as string*25
 desc as string*68
 price as real
end type
