home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / GENASM / AREACD21.LBR / AREACD21.DQC / AREACD21.DOC
Text File  |  2000-06-30  |  1KB  |  30 lines

  1.                               AREACD21
  2.  
  3.      AREACODE is used to display the region and state, specified by
  4. the user... very handy, when someone leaves a area code number on a
  5. CBBS, but no city or state reference.  Simple enough to use, just
  6. type AREACODE nnn<cr> (where "nnn" is a three digit area code), and
  7. in return, you get a geographical region by city(s), and state.
  8. Sorry if your particular city is not represented, and feel free to
  9. add it as required.
  10.  
  11.      Typing just AREACODE from command level puts the user in
  12. interactive mode, and areacodes may be entered repeatedly.  This is
  13. not the most "elegant" search routine that I could have used in
  14. implementing this program, but it is fast.  It's best described as a
  15. "forward scanning/side checking mess".  If you don't find it
  16. matching on first character, drop to the next possible match.
  17.  
  18.      This is version 2.1 AREACODE, as of December 10, 1986.
  19. Colorado is getting a new area code.  Beginning in the first quarter
  20. of 1988, then new "719" code will cover Colorado Springs, Pueblo,
  21. Leadville and Alamosa.
  22.  
  23.      The "303" areacode will include Denver, Boulder and Fort
  24. Collins.  This information provided by Mountain Bell, Colorados's
  25. primary local telephone company.
  26.  
  27.      The original version of AREACODE was written by Kelly Smith -
  28. January 2, 1981.
  29.  
  30.