home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / os2 / etelr212 / etcalc.inf (.txt) < prev    next >
OS/2 Help File  |  1994-09-04  |  5KB  |  112 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. E-Teller Calculator is a simple calculator which is not dissimilar to the 
  5. average (cheap) calculator one would generally find at one's local department 
  6. store.  It does, however, have some features one would generally not find in 
  7. the average (cheap) calculator. 
  8.  
  9.  
  10. ΓòÉΓòÉΓòÉ 2. Using the Calculator ΓòÉΓòÉΓòÉ
  11.  
  12. To use E-Teller Calculator, press the appropriate numeric key.  As each numeric 
  13. key is pressed, its corresponding number will appear in the display area of the 
  14. calculator.  Press one of the operators (+ - / *) to perform the desired 
  15. calculation. 
  16.  
  17. As each calculation takes place, the digits and operator will be appended to 
  18. the end of the calculation tape at the bottom of the calculator window; for 
  19. example: 
  20.  
  21.     1 + 2 = 3
  22.     2 * 3 = 6
  23.  
  24. For additional help on the calculator keys, see the Calculator keys topic. 
  25.  
  26.  
  27. ΓòÉΓòÉΓòÉ 2.1. Calculator keys ΓòÉΓòÉΓòÉ
  28.  
  29. This section describes some of the less apparent key functions and possible 
  30. corresponding keyboard equivalents. 
  31.  
  32. Off (pushbutton) or O (keyboard) 
  33.           turns the calculator off (effectively closing the application). 
  34.  
  35. Backspace 
  36.           removes the right-most number from the display area. 
  37.  
  38.           simulates a click on the % button. 
  39.  
  40. Clr (pushbutton) or Esc or C (keyboard) 
  41.           clears the display area when it is first clicked (at which point the 
  42.           background colour turns bright red).  When clicked a second time 
  43.           (when the colour is bright red rather than dark red), the calculation 
  44.           buffer is cleared and the button background colour returns to dark 
  45.           red. 
  46.  
  47. M (pushbutton) or M (keyboard) 
  48.           alone does nothing.  If a display number has been saved in the 
  49.           calculator's memory (either by clicking on the M+ or M- buttons), 
  50.           then the pushbutton caption will read M/r and an 'M' will appear in 
  51.           the upper left-hand corner of the display.  Clicking the M/r button 
  52.           places the saved number into the display area and changes the M/r 
  53.           caption of the pushbutton to M/c.  Clicking the button at this stage 
  54.           clears the calculator memory and removes the 'M' from the display 
  55.           area. 
  56.  
  57. M- (pushbutton) or Alt+M 
  58.           subtracts the amount in the display from the calculator memory or 
  59.           adds a negative value if the memory is empty.  It also changes the M 
  60.           caption from 'M' to 'M/r' as described above. 
  61.  
  62. M+ (pushbutton) or Ctrl+M 
  63.           adds the amount in the display to value in the calculator's memory or 
  64.           places the number in the display into the calculator's memory. It 
  65.           also changes the M caption from 'M' to 'M/r' as described above. 
  66.  
  67.  and  (pushbutton) or Alt+Down and Alt+Up 
  68.           respectively displays or hides the calculator tape and its 
  69.           corresponding push buttons.  When the tape is hidden, calculations 
  70.           are not appended to it. 
  71.  
  72. Clear (tape section) 
  73.           erases the contents of the calculator tape. 
  74.  
  75. Delete (tape section) 
  76.           deletes the selected items from the calculator tape. 
  77.  
  78. Print (tape section) 
  79.           sends the contents of the calculator tape to the default printer. 
  80.  
  81. Stamp (tape section) 
  82.           appends a date and time stamp to the calculator tape, for example: 
  83.  
  84.                          1 - 2 = -1
  85.                          3 September 1994 (7:23pm)
  86.  
  87.           The date format is system dependent, whereas the time stamp is not. 
  88.  
  89.  
  90. ΓòÉΓòÉΓòÉ 3. Notes ΓòÉΓòÉΓòÉ
  91.  
  92. When the calculator is turned off, the contents of the memory buffer, display, 
  93. and calculator tape are saved to the etcalc.ini file, in addition to the 
  94. location of the window and the visibility of the calculator tape section. 
  95. These are restored when the calculator is next invoked. 
  96.  
  97. E-Teller Calculator traps syntax errors and displays the message Error - <error 
  98. message> where <error message> is the error reported by Rexx in the display. 
  99. These will generally be cryptic and of little use.  If you consistently get 
  100. this sort of message, I would appreciate hearing about it.  Particularly useful 
  101. would be a somewhat detailed description of what you did in order to get the 
  102. error message.  The main purpose for trapping the errors is to avoid the 
  103. calculator from closing unceremoniously. 
  104.  
  105. There is one error which E-Teller Calculator traps on its own.  Dividing an 
  106. integer by zero is, of course, forbidden, and whenever a user inaverdently 
  107. attempts such a calculation, the error message, Error - divide by zero, is 
  108. displayed in the calculator's display area. 
  109.  
  110. Note:  In all cases, it would probably be a good idea to click on the Clr 
  111. button twice in order to clear the calculation buffer.