home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / ffc48.zip / FFC48.DOC < prev   
Text File  |  1988-08-07  |  4KB  |  106 lines

  1.  
  2.  
  3.  
  4.          Aug. 7, 1988
  5.  
  6.  
  7.                   Resident Four Function Calculator
  8.  
  9.  
  10.           Ver. 4.8
  11.  
  12.           This is an IBM PC or compatible Terminate and Stay Resident
  13.           program that emulates a four function calculator.  After it
  14.           is loaded into memory by typing  "ffc" at the DOS prompt,
  15.           it can then be used by pressing Ctrl-F1.  It displays what
  16.           looks like a normal handheld calculator on screen, with the
  17.           results of your calculations displayed at the top of the
  18.           calculator in regular calculator fashion.  The contents of
  19.           the screen below it are saved and will be restored when you
  20.           press the Escape Key. It will function with almost any soft-
  21.           ware in either color or monochrome text mode (80 column).
  22.  
  23.           Use the numeric keypad for entry, along with the +, -, .,
  24.           and the = sign for total.  The "c" key will clear to the
  25.           calculator to zero and the "e" key clears the calculator
  26.           to the previous entry or last result the first time it is
  27.           pressed, and works like the "c" the next time it is pressed.
  28.           The <enter> key also acts as a total key for ease of use.
  29.           
  30.           I have included a version with "en" behind the file name,
  31.           indicating a version for the enhanced key board that does 
  32.           not turn the NUMLOCK key on and off.
  33.           
  34.           Rounding is to nine decimal places, with all trailing zeros
  35.           removed.
  36.  
  37.           The result of a calculation may be pasted into an application
  38.           below the calculator, such as a spreadsheet or text editors,
  39.           database management fields, accounting ledger entries, etc.
  40.  
  41.           The calculator may be called back so that the F10 key can be
  42.           pressed again and again, with the cursor at different places
  43.           inside an application, allowing a long number to be easily
  44.           inserted repeatedly.
  45.  
  46.           The calculator can be moved around the screen by holding a
  47.           shift key, or by pressing Num Lock and then the right or 
  48.           left arrow keys.  On the Enhanced keyboard use the seperate
  49.           cursor pad and the "en" version of FFC.  The calculator will
  50.           remain where you left it between uses and will keep a value
  51.           intact in the calculator for reuse at the next call of 
  52.           Ctrl-F1.  Movement is five spaces per move.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.          Aug. 7, 1988
  59.  
  60.  
  61.                   Resident Four Function Calculator
  62.  
  63.  
  64.           Ver. 4.8
  65.  
  66.  
  67.           The most recent modifications to this program improves the
  68.           date paste function, which is executed when the calculator
  69.           is on screen and F8 is pressed.  It will now work reliably
  70.           at any time.  The Hot - Key was changed to Ctrl-F1 because
  71.           of popular demand to free up Alt-F1.  Note the more tasteful
  72.           onscreen appearence of the calculator metaphor.
  73.  
  74.           For ease of use, you may want to rename the file from FFC48.
  75.           COM (or from FFC48-EN.COM) to FFC.COM and replace any earlier
  76.           version.
  77.  
  78.           This is a PUBLIC DOMAIN file.  Use it as you wish; give it to
  79.           anyone freely.  Always distribute the complete ARC file intact
  80.           or all of the individual files including this document.
  81.  
  82.           Turbo Pascal programmers who would like to build a calculator
  83.           such as this into their own applications should download the
  84.           file CALCTP.ARC from CompuServe or CALCTPU.ARC from GEnie and
  85.           various BBS's around the U.S.  This file contains the needed
  86.           code to build the calculator into an application with full
  87.           control of the colors, keyboard type, and wait for retrace
  88.           to reduce snow on some systems.  The source is available from
  89.           me for $60.00.  The calculator engine is in a UNIT file for TP4
  90.           and is an INCLUDE file for TP3.  Contact me directly for CALCTPU
  91.           .ARC if you cannot locate it.
  92.  
  93.  
  94.  
  95.  
  96.           Enjoy it!
  97.  
  98.           Timothy B. Coleman
  99.           11115 Kenmoor Drive
  100.           Detroit, Mich. 48205
  101.  
  102.           313-526-8415 (voice only) Any time after 6:30 P.M. Eastern time.
  103.  
  104.           Compuserve I.D.# 73036,1177
  105.           GEnie address = T.Coleman
  106.