In the REGISTERED version new ads 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                   Ad category
 number as string*8                Ad number
 name as string*25                 Advertiser's name
 desc as string*100                Ad description
 price as real                     Ad cost
end type
