home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / varapps.zip / AREA230.ZIP / AREA230.DOC < prev   
Text File  |  1989-12-24  |  6KB  |  115 lines

  1.                             AREA V2.30 DOCUMENTATION                891220
  2.  
  3.     PURPOSE:    
  4.     This program answers your queries concerning telephone Area Codes used 
  5.     in the United States and Canada.
  6.             
  7.     ENTRY METHODS:
  8.     All entries are taken from the command line.  Either upper or lower 
  9.     case may be used.
  10.     
  11.           The "AREA 616" type of entry results in a "window" describing the 
  12.           area code's locale (Western Michigan, in this case).
  13.     
  14.           The "AREA CA" type of entry results in a "window" listing all 
  15.           area codes in that state/province (all in California, here).
  16.     
  17.     Improper entry syntax results in a screen advising the proper syntax or 
  18.     the type of error.
  19.                   
  20.     NOTES ON CANADIAN PROVINCE USAGE:
  21.     I have the abbreviations of the Canadian Provinces as shown:
  22.        AB Alberta          BC British Columbia     LB Labrador
  23.        MB Manitoba         NF Newfoundland         NB New Brunswick
  24.        NT Northwest Terr.  NS Nova Scotia          ON Ontario
  25.        PE Prince Edward Is PQ Province of Quebec   SK Saskatchewan
  26.        YT Yukon
  27.     These have been incorporated in AREA230.  Acknowledgement below.
  28.                   
  29.     THE PROGRAM:
  30.     If you are using a Color display, the program presents the information 
  31.     in a color window by doing a block move (QuickBASIC command PCOPY) from 
  32.     page 0 to page 1, then over-printing on page 1.  The escape-key exit 
  33.     moves the displayed page back to page 0, where it started, so that 
  34.     prior display information is not lost.  For this reason, it may not 
  35.     work with all the various windowed systems existing today.  
  36.     
  37.     If you are using a Monochrome display, the information is presented 
  38.     in-line, scrolling the mono screen as it prints.
  39.     
  40.     The program has been tested by the author and beta-testers on 80 x 
  41.     25 color CGA, EGA and VGA screens under various DOS 3.x and 4.x levels 
  42.     on IBM PC's, AT's and PS/2 Model 80's.  Some 80 x 35 displays with 
  43.     other display adapters (tested EVEREX cards & software) work fine.  
  44.     Some EGA/VGA CRT fancy-font programs do not work well.  It appears the 
  45.     PCOPY command doesn't work correctly with them.  While I suspect the 
  46.     programmers of the fancy-font programs/loaders have implemented their 
  47.     programs without regard to the support of multiple video pages as DOS 
  48.     implements them, I am still looking into this. 
  49.     
  50.     AREA does not support 1) 40-column displays, 2)Graphics modes, or 3) 
  51.     the PC-3270.  No OS/2 testing has been performed and no reports have 
  52.     been received.
  53.     
  54.     The source code (Microsoft QuickBASIC) is included.  Please don't 
  55.     distribute your additions/modifications, but refer them to the author 
  56.     for coordination with other recommendations.  Your use of any SEGMENT 
  57.     of the code for your own programs is granted.
  58.                  
  59.     PUBLIC DOMAIN:
  60.     This program is released to the public domain subject to the 
  61.     restrictions noted herein. 
  62.     
  63.     NOTICE TO SHARE-WARE DISTRIBUTORS & OTHERS:
  64.     From this version of AREA (v2.30) (dated December 20, 1989) onward, 
  65.     this restriction is effective.  No person or firm or other entity is 
  66.     entitled to profit of any kind as a result of distributing this 
  67.     program.  It is NOT to be distributed via any other means than 
  68.     electronic bulletin boards or direct end-user to end-user diskette 
  69.     copies, including user groups and clubs.  I will take such action as I 
  70.     see fit against those who seek to make any profit from the distribution 
  71.     of this program.  
  72.  
  73.     If you see this program being distributed in violation of this notice, 
  74.     please, please, send me a note.
  75.  
  76.     DISCLAIMERS:
  77.     The author has taken reasonable precautions, but assumes NO liability 
  78.     whatever for damages of any kind resulting from the use of this 
  79.     program.  Since it is distributed free of charge, you must only USE it 
  80.     AT YOUR OWN RISK.  No disk reads or writes are used.  The length of the 
  81.     AREA.EXE file contained in the AREA230.ZIP package when un-zipped is 
  82.     53137 bytes.
  83.     
  84.     REQUEST:
  85.     All suggestions are appreciated.  If you detect errors, PLEASE send a 
  86.     note to the author.  Please include AREA Version, DOS, Type of display 
  87.     adapter and the number of lines in use on the display.  If you are 
  88.     adept at DEBUG, also include a dump of ROM interface variables, using 
  89.     "-D40:40". 
  90.     
  91.        Owen Carlson
  92.        7609 Dublin Drive
  93.        Manassas VA 22110-3354
  94.  
  95.     Update History:
  96.     1.00  A non-window-display version.
  97.     2.00  Debugging the window.
  98.     2.01  First Release.
  99.     2.02  Noted split of 312 into 312/708 (Chicago & Suburbs).
  100.     2.03  407 correction contributed by John Pulliam of Melbourne, FL. 
  101.           Thanks, John!
  102.     2.10  Code clean-up, better structures & comments.
  103.     2.11  Not Released. Fixed errors-incorrect description of 719 and 508 
  104.           codes.
  105.     2.20  Fixed control structure error when printing AREA CODE NOT USED.
  106.     2.30  The best change was the incorporation of the Canadian Province 
  107.           usage contributed by Dave Bobier with TDB Business Systems of 
  108.           Agincourt, Ontario.  Many thanks, Dave!  
  109.           Fixed 718 area code.  Deleted Mexico (it was wrong).  Monochrome
  110.           displays are now in-line supported.
  111.           Distribution is now subject to restrictions noted in the 
  112.           documentation above, intending that no one make a profit by 
  113.           distributing this program.
  114.  
  115.