home *** CD-ROM | disk | FTP | other *** search
/ Significant Series Windows / significantserieswindows1993.i / 0winrun / 3797 / w3_conv.txt < prev   
Text File  |  1992-12-13  |  4KB  |  91 lines

  1.                  W3 UNIT CONVERTER
  2.                Written By: Bill White
  3.                    MicroVision II
  4.  
  5.  
  6. The Unit Converter converts units - lots of units.  The program supports:
  7.     Unit Search
  8.     Clipboard copy and paste
  9.     Unit double conversion
  10.     ASCII data file that can be edited with any ASCII editor
  11.  
  12. Unit Conversion
  13. Unit conversion is accomplished by entering numbers in a box which contains 
  14. the cursor.  Numbers and scientific notation, such as 2.33455e3 are accepted.  
  15. Conversion will work from right-to-left or left-to-right.  You can enter a 
  16. number on either the right or left side of the table and the opposite side 
  17. will calculate the answer.  
  18.  
  19. Unit Search
  20. If a unit, such as "years", is entered, the program goes into the search mode.  
  21. The entered unit will be located and displayed for use as conversion.  A 
  22. complete word is not necessary to perform a search.
  23.  
  24. Clipboard
  25. An entered number or an answer can be copied to the clipboard.  Position the 
  26. cursor on the number to be "clipped" and press the "Copy" option in the menu.  
  27. Paste works too.   To use it, position the cursor on the unit where the value 
  28. is to be pasted and click the "Paste" option in the menu bar.  If the "Paste" 
  29. option is grayed, there is no valid number in the clipboard.
  30.  
  31. Double Conversion
  32. Any number in a box can be "Picked-up" and placed in a buffer.  To place the 
  33. number in the buffer in another conversion, position the cursor to the 
  34. desired conversion and click the right mouse button again.  The "Picked-up" 
  35. value will be "deposited" where the cursor is located.  
  36.  
  37. For example: you wish to convert inches of mercury to Bars.  The program does 
  38. not have this conversion, but it does have inches of mercury to pounds per 
  39. square inch and bars to pounds per square inch.  To accomplish this 
  40. conversion, enter the value to convert into the inches of mercury.  The 
  41. program will calculate the pounds per square inch.  Move the cursor to the 
  42. calculated pounds per square inch and click the right mouse button.  The 
  43. search feature can now be used, and you can type bars.  The conversion from 
  44. bars to pounds per square inch will appear on the screen.  Place the cursor 
  45. in the pounds per square inch side of the conversion and click the right 
  46. mouse button again and the resultant Bar calculation will appear.
  47.  
  48. When there is a value in the "pick-up" buffer the "Clear holder" option in 
  49. the menu will go from grayed to black.  If you wish to clear this buffer 
  50. click on this menu item.  Clicking the right mouse button will write the last 
  51. value to this buffer making it unnecessary to clear the buffer.
  52.  
  53. If desired, the clipboard may also be used for this function.   The value in 
  54. the clipboard may be used many times while the value in the "Pick-up" buffer 
  55. can be used only once.
  56.  
  57. CHANGING CONVERSIONS
  58. The file "W3_CONV.DAT" is where the conversion data resides.  It can be 
  59. changed by any ASCII editor - such as DOS 5.0 EDIT.  The first file is 
  60. configured such that the first entry is the left unit, the second entry is 
  61. the right unit, the third entry is the multiplier, and the fourth entry is 
  62. the adder.  These entries are delimited by commas.  The calculation takes the 
  63. form of (x*y)+z=w where x is the first entry, y is the third entry, z is the 
  64. fourth entry, and w is the second entry in the data file.  
  65.  
  66. The program does not sort the entries, so if you wish to keep the conversions 
  67. in alphabetical order you must do it by its position in the data file.
  68.  
  69. REGISTRATION
  70. This program is not Freeware it is Shareware.  Feel free to share this 
  71. program with others, but please make sure that all files are included when
  72. you pass the program on.
  73.  
  74. If you find this program useful, please send $10.00 to:
  75.      MicroVision II
  76.      BOX 51551
  77.      Midland, TX  79705
  78. If it is not worth $10.00 to you, just send what it is worth to you. 
  79. But if you use it, please register it.
  80.          Thanks
  81.          Bill White
  82.  
  83.  
  84. FILES
  85. Files included with this program are:
  86.     W3_CONV.EXE     Windows Executable File
  87.     W3_CONV.DAT     Conversion units file
  88.     W3_CONV.TXT     This file
  89.  
  90.  
  91.