home *** CD-ROM | disk | FTP | other *** search
- Inspired by AREACODE by Kelly Smith circa 1981...
-
- Like AREACODE, AREA searches a simple database to find telephone area codes.
- Unlike AREACODE, AREA will search the database for any match and report
- the entire record for each match.
-
- You may use any part of an area code or name for the search. All matches
- will be reported.
-
- There may be any number of records of the following form in the source file:
- db '303'
- db 'Denver, Boulder, Aspen, All of Colorado'
- db 0
-
- The form of the record is fairly free except that a three digit
- area code is expected as the first three characters of the record.
- Each record is terminated with a single null (db 0).
-
- The end of all records is terminated with a second null.
-
- This Program is distributed as AREAxx.ASM (xx=10 to start) and you are
- heartily invited to add dialing areas to it or to modify it in any way.
- I only ask that you document any changes here at the top of the source
- file and in the code and change the version number. Please make your
- changes available to the rest of us in source (.ASM) form.
-
- I hope you like this one, I certainly do. Joe Wright, (408) 297-5583
- 20 June 1987 - Version 1.0
-