BUCKMASTER .DAT FORMAT
======================

**April 1996

  Added (Q)ST Silent Key to BMCODE, approximate lat/long to most
  countries, QSL Manager field, and Mailing Address Country.  Also,
  thousands of e-mail addresses were added.


File Format
-----------
 Records are variable length, and have no CR/LF at end of each line.
The field delimiters are high ascii codes.

 Data is stored in following way; the (181) etc. represents ascii 181:

(181)N1BIC(182)A(183)I(184)Jack(185)A(186)Speer(188)Rt. 4 Box 1630...

 In the above example, note there is no ascii 187 because there is no 
data for that field (suffix).  Records could possibly only have a
callsign, name, address, and process date.  In that case, only the
necessary codes are present to flag that the data is present.  There 
will always be callsign, so the record delimiter is ascii 181.

Make sure you code the part of your program that parses the data to
allow for future data elements that will be added to the end of this
list.  That way, any program written to use BuckTSR should never 
become obsolete until TSR's become obsolete....


Here is the exact layout:

ASCII Prefix            Data
------------            ----
181                     Callsign
182                     Class (E,A,G,P,T,N for U.S.)
                               E - Extra
                               A - Advanced
                               G - General
                               P - Tech. Plus
                               T - Technician
                               N - Novice
183                     BmCode (I,A,X,C,M,R,D,L,P,Q)
                               I - U.S. Individual
                               A - Internatational
                               X - Cross Reference
                               C - Club
                               M - Military
                               R - RACES
                               D - FCC Delete
                               L - Requested deletion from HamCall
                                    Note: You should NOT show anything but
                                    the callsign and name for records of this
                                    type!
                               Q - Silent Key, as listed in QST
184                     First Name
185                     Middle
186                     Last
187                     Suffix
188                     Street
189                     Reciprocal Address (FCC international records only)
190                     Alien Address (FCC international records only)
191                     City
192                     State/Province
193                     Postal Code
194                     BirthDate yyyymmdd
195                     DateFirstIssue yyyymmdd
196                     ExpirationDate yyyymmdd
197                     ProcessDate (date of last change) yyyymmdd
198                     County
199                     Hours past GMT
200                     Latitude (degrees.decimal degrees)
201                     Longitude (degrees.decimal degrees)
202                     Grid Square
203                     Area Code
204                     Previous Call
205                     Previous Class
206                     Transaction type (FCC designation)
207                     E-mail address
208                     QSL Manager
209                     Mailing Address Country

