home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CNVRT.ZIP / CNVRT.DOC next >
Encoding:
Text File  |  1992-10-13  |  25.8 KB  |  459 lines

  1. This library of conversion functions for Clipper is very simple to use.
  2.  
  3. Eg.
  4. Let's suppose your client has a database of values he/she
  5. needs converted:
  6.  
  7. from                   to
  8. _____________________  _______________________
  9. Feet                   to Centimeters          
  10. Feet                   to Inches               
  11. Feet                   to Meters               
  12. Feet                   to Yards                
  13. Feet                   to Fathoms              
  14. Feet                   to Hands                
  15. Feet                   to Miles                
  16. Feet                   to Kilometers           
  17. Feet Water(4 Deg C)    to Inches-Mercury       
  18. Feet Water             to Pounds/Ft Sq         
  19.  
  20. First look-up the function names for the above conversions in 
  21. the LIBRARY TABLE below and call them like this:
  22.  
  23. ? convert305(expN)
  24. ? convert307(expN)
  25. ? convert309(expN)
  26. ? convert311(expN)
  27. ? convert313(expN)
  28. ? convert315(expN)
  29. ? convert317(expN)
  30. ? convert319(expN)
  31. ? convert321(expN)
  32. ? convert323(expN)
  33.  
  34. where expN=Feet, in this case.
  35.  
  36. Simple.
  37. Just compile and link as usual but now add in CNVRT.LIB. 
  38.  
  39. eg. Rtlink fi yourprog lib CNVRT
  40.                 or
  41.     Blinker fi yourprog lib CNVRT
  42.  
  43. NOTE: Since CNVRT.LIB is a demonstration version, you will need to
  44. register to get rid of the un-wanted output that is built in to
  45. each function. See ORDER.TXT.
  46.  
  47. Below is a list of the 350 conversion functions that are included in
  48. the shareware Clipper library CNVRT.LIB. All functions return the
  49. numeric conversion.
  50.  
  51.  
  52.                         LIBRARY  TABLE
  53.  
  54. expN                   to Convert unit         Function
  55. -------------------------------------------------------
  56. Acres                  to Sq Feet              convert101(expN)
  57. Acres                  to Sq Meters            convert103(expN)
  58. Acres                  to Sq Miles             convert105(expN)
  59. Acres                  to Sq Yards             convert107(expN)
  60. Acres                  to Hectares             convert109(expN)
  61. Acre Feet              to Cubic Ft             convert111(expN)
  62. Acre Feet              to Cubic Meters         convert113(expN)
  63. Atmosphere             to Centimeters Mercury  convert115(expN)
  64. Atmosphere             to Inches Mercury       convert117(expN)
  65. Atmosphere             to Pounds/In Sq         convert119(expN)
  66. Atmosphere             to Tons/Ft Sq           convert121(expN)
  67.  
  68. expN                   to Convert unit         Function
  69. -------------------------------------------------------
  70. Barrels                to Gallons-Oil          convert123(expN)
  71. Barrels                to Gallons-not oil      convert125(expN)
  72. Board Feet             to Cubic In             convert127(expN)
  73. Btus                   to Foot Pounds          convert129(expN)
  74. Btus                   to Horsepower Hours     convert131(expN)
  75. Btus                   to Kilowatt Hours       convert133(expN)
  76. Btu/Min                to Foot Pounds/S        convert135(expN)
  77. Btu/Min                to Horsepower           convert137(expN)
  78. Btu/Min                to Watts                convert139(expN)
  79. Bushels                to Dry Pint             convert141(expN)
  80. Bushels                to Dry Quart            convert143(expN)
  81. Bushels                to Pecks                convert145(expN)
  82. Bushels                to Cubic Feet           convert147(expN)
  83. Bushels                to Liters               convert149(expN)
  84. Bushels                to Cubic Yards          convert151(expN)
  85.  
  86. expN                   to Convert unit         Function
  87. -------------------------------------------------------
  88. Centares               to Square Meters        convert153(expN)
  89. Centigrams             to Grams                convert155(expN)
  90. Centimeters            to Inches               convert157(expN)
  91. Centimeters            to Meters               convert159(expN)
  92. Centimeters            to Millimeters          convert161(expN)
  93. Centimeters Mercury    to Atmospheres          convert163(expN)
  94. Centimeters Mercury    to Feet-Water(4 Deg)    convert165(expN)
  95. Centimeters Mercury    to Kilograms/M Sq       convert167(expN)
  96. Centimeters Mercury    to Pounds/Ft Sq         convert169(expN)
  97. Centimeters Mercury    to Pounds/In Sq         convert171(expN)
  98. Centimeters/S          to Feet/S               convert173(expN)
  99. Centimeters/S          to Kilometers/H         convert175(expN)
  100. Centimeters/S          to Meters/Min           convert177(expN)
  101. Centimeters/S          to Miles/H              convert179(expN)
  102. Centimeters/S          to Miles/Min            convert181(expN)
  103. Chains                 to Feet                 convert183(expN)
  104. Chains                 to Rods                 convert185(expN)
  105. Cubic Centimeters      to Cubic Ft             convert187(expN)
  106. Cubic Centimeters      to Cubic Inches         convert189(expN)
  107. Cubic Centimeters      to Cubic Meters         convert191(expN)
  108. Cubic Centimeters      to Cubic Yards          convert193(expN)
  109. Cubic Centimeters      to Gallons              convert195(expN)
  110. Cubic Centimeters      to Liters               convert197(expN)
  111. Cubic Centimeters      to Pints(Liq.)          convert199(expN)
  112. Cubic Centimeters      to Quarts(Liq.)         convert201(expN)
  113. Cubic Feet             to Cubic Inches         convert203(expN)
  114. Cubic Ft/min           to Cubic meters/min     convert204(expN)
  115. Cubic Feet             to Cubic Meters         convert205(expN)   
  116. Cubic Feet             to Gallons              convert207(expN)
  117. Cubic Feet             to Liters               convert209(expN)
  118. Cubic Feet             to Pints(Liq.)          convert211(expN)
  119. Cubic Feet             to Quarts(Liq.)         convert213(expN)
  120. Cubic Ft Water (60d F) to Pounds               convert215(expN)
  121. Cubic Feet/Min         to Gallons/S            convert217(expN)
  122. Cubic Feet/Min         to Cubic cm/sec         convert218(expN)
  123. Cubic Feet/Min         to Liters/S             convert219(expN)
  124. Cubic Ft/lb            to meters/kg            convert220(expN)
  125. Cubic Feet/s           to Gallons/Min          convert221(expN)
  126. Cubic Feet             to Gallons              convert222(expN)  
  127. Cubic Inches           to Cubic Centimeters    convert223(expN)
  128. Cubic Inches           to Milliliters          convert225(expN)
  129. Cubic Inches           to Cubic Feet           convert227(expN)
  130. Cubic Inches           to Cubic Meters         convert229(expN)
  131. Cubic Inches           to Cubic Yards          convert231(expN)
  132. Cubic Inches           to Fluid Ounces         convert233(expN)
  133. Cubic Inches           to Quarts               convert235(expN)
  134. Cubic Inches           to Gallons              convert237(expN)
  135. Cubic Inches           to Liters               convert239(expN)
  136. Cubic Inches           to Pints(Liq.)          convert241(expN)
  137. Cubic Inches           to Quarts(Liq.)         convert243(expN)
  138. Cubic Meters           to Cubic Centimeters    convert245(expN)
  139. Cubic Meters           to Cubic Feet           convert247(expN)
  140. Cubic Meters           to Cubic Inches         convert249(expN)
  141. Cubic Meters           to Cubic Yards          convert251(expN)
  142. Cubic Meters           to Gallons              convert253(expN)
  143. Cubic Meters           to Liters               convert255(expN)
  144. Cubic Meters           to Pints(Liq.)          convert257(expN)
  145. Cubic Meters           to Quarts(Liq.)         convert259(expN)
  146. Cubic Meters           to Cubic Feet           convert261(expN)
  147. Cubic Meters/sec       to Cubic ft/sec         convert262(expN)
  148. Cubic Yards            to Cubic Inches         convert263(expN)
  149. Cubic Yards            to Cubic Meters         convert265(expN)
  150. Cubic Yards            to Gallons              convert267(expN)
  151. Cubic Yards            to Liters               convert269(expN)
  152. Cubic Yards            to Pints(Liq.)          convert271(expN)
  153. Cubic Yards            to Quarts(Liq.)         convert273(expN)
  154. Cubic Yards/Min        to Cubic Feet/S         convert275(expN)
  155. Cubic Yards/Min        to Gallons/S            convert277(expN)
  156. Cubic Yards/Min        to Liters/S             convert279(expN)
  157. Cups                   to Teaspoons            convert281(expN)
  158. Cups                   to Tablespoons          convert283(expN)
  159. Cups                   to Ounces               convert285(expN)
  160.  
  161. expN                   to Convert unit         Function
  162. -------------------------------------------------------
  163. Degrees (Angle)        to Minutes              convert287(expN)
  164. Degrees (Angle)        to Radians              convert289(expN)
  165. Degrees (Angle)        to Seconds              convert291(expN)
  166. Degrees/S              to Revolutions/Min      convert293(expN)
  167. Degrees/S              to Revolutions/S        convert295(expN)
  168. Drams                  to Grains               convert297(expN)
  169. Drams                  to Ounces               convert299(expN)
  170. Drams                  to Grams                convert301(expN)
  171.  
  172. expN                   to Convert unit         Function
  173. -------------------------------------------------------
  174. Fathoms                to Feet                 convert303(expN)
  175. Feet                   to Centimeters          convert305(expN)
  176. Feet                   to Inches               convert307(expN)
  177. Feet                   to Meters               convert309(expN)
  178. Feet                   to Yards                convert311(expN)
  179. Feet                   to Fathoms              convert313(expN)
  180. Feet                   to Hands                convert315(expN)
  181. Feet                   to Miles                convert317(expN)
  182. Feet                   to Kilometers           convert319(expN)
  183. Feet Water(4 Deg C)    to Inches-Mercury       convert321(expN)
  184. Feet Water             to Pounds/Ft Sq         convert323(expN)
  185. Feet/Min               to Centimeters/S        convert325(expN)
  186. Feet/Min               to Kilometers/Hr        convert327(expN)
  187. Feet/Min               to Meters/Min           convert329(expN)
  188. Feet/Min               to Miles/Hr             convert331(expN)
  189. Feet/Min               to Feet/Sec             convert333(expN)
  190. Feet/Sec               to Centimeters/S        convert335(expN)
  191. Feet/Sec               to Kilometers/H         convert337(expN)
  192. Feet/Sec               to Meters\Min           convert339(expN)
  193. Feet/Sec               to Miles/H              convert341(expN)
  194. Feet/Sec               to Miles/Min            convert343(expN)
  195. Foot Pounds            to Btu                  convert345(expN)
  196. Foot Pounds            to Horsepower-Hours     convert347(expN)
  197. Foot Pounds            to Kilowatt-Hrs         convert349(expN)
  198. Foot Pounds/Min        to Foot-Pounds/S        convert351(expN)
  199. Foot Pounds/Min        to Horsepower           convert353(expN)
  200. Foot Pounds/Min        to Kilowatts            convert355(expN)
  201.  
  202. expN                   to Convert unit         Function
  203. -------------------------------------------------------
  204. Gallons                to Cubic Centimeters    convert357(expN)
  205. Gallons                to Milliliters          convert359(expN)
  206. Gallons                to Cubic Inches         convert361(expN)
  207. Gallons                to Cubic Feet           convert363(expN)
  208. Gallons                to Cubic Yards          convert365(expN)
  209. Gallons                to Cubic Inches         convert367(expN)
  210. Gallons                to Cubic Meters         convert369(expN)
  211. Gallons                to Liters               convert371(expN)
  212. Gallons                to Fluid Ounces         convert373(expN)
  213. Gallons                to Pints(Liq.)          convert375(expN)
  214. Gallons                to Quarts(Liq.)         convert377(expN)
  215. Gallons Imp            to Gallons-Us           convert379(expN)
  216. Gallons Us             to Gallons-Imp          convert381(expN)
  217. Gallons Water          to Pounds-Water         convert383(expN)
  218. Grains                 to Ounces               convert385(expN)
  219. Grains                 to Ounces (Troy)        convert387(expN)
  220. Grains                 to Grams                convert389(expN)
  221. Grains/gallon          to Parts Per Million    convert391(expN)
  222. Grains/gallon          to Grams Per Liter      convert393(expN)
  223. Grams                  to Dynes                convert395(expN)
  224. Grams                  to Grains               convert397(expN)
  225. Grams                  to Ounces               convert399(expN)
  226. Grams                  to Ounces(Troy)         convert401(expN)
  227. Grams                  to Pounds               convert403(expN)
  228. Grams                  to Pounds(Troy)         convert405(expN)
  229. Grams                  to Drams                convert407(expN)
  230. Grams                  to Drams(Troy)          convert409(expN)
  231. Grams/Liter            to Grains Per Gallon    convert411(expN)
  232. Grams/Cm Cubed         to Pounds/In Sq         convert413(expN)
  233.  
  234. expN                   to Convert unit         Function
  235. -------------------------------------------------------
  236. Hectares               to Acres                convert415(expN)
  237. Hectares               to Sq Meters            convert417(expN)
  238. Horsepower             to Btu/Min              convert419(expN)
  239. Horsepower             to Btu/Hr               convert421(expN)
  240. Horsepower             to Foot-Pounds/Min      convert423(expN)
  241. Horsepower             to Foot-Pounds/S        convert425(expN)
  242. Horsepower             to Horsepower(Metric)   convert427(expN)
  243. Horsepower             to Kilowatts            convert429(expN)
  244. Horsepower Hrs         to Kilowatts-Hrs        convert431(expN)
  245.  
  246. expN                   to Convert unit         Function
  247. -------------------------------------------------------
  248. Inches                 to Centimeters          convert433(expN)
  249. Inches                 to Feet                 convert435(expN)
  250. Inches                 to Yards                convert437(expN)
  251. Inches                 to Meters               convert439(expN)
  252. Inches Mercury         to Atmosphere           convert441(expN)
  253. Inches Mercury         to Kilograms/M Sq       convert443(expN)
  254. Inches Mercury         to Pounds/Ft Sq         convert445(expN)
  255. Inches Water           to Inches-Mercury       convert447(expN)
  256.  
  257. expN                   to Convert unit         Function
  258. -------------------------------------------------------
  259. Kilograms              to Dynes                convert449(expN)
  260. Kilograms              to Pounds               convert451(expN)
  261. Kilograms              to Grains               convert453(expN)
  262. Kilograms              to Drams                convert455(expN)
  263. Kilograms              to Drams(Troy)          convert457(expN)
  264. Kilograms              to Ounces(Troy)         convert459(expN)
  265. Kilograms              to Pounds               convert461(expN)
  266. Kilograms              to Pounds(Troy)         convert463(expN)
  267. Kilograms              to Short Tons           convert465(expN)
  268. Kilograms              to Long Tons            convert467(expN)
  269. Kilograms              to Metric Tons          convert469(expN)
  270. Kilometers             to Feet                 convert471(expN)
  271. Kilometers             to Meters               convert473(expN)
  272. Kilometers             to Miles                convert475(expN)
  273. Kilometers             to Yards                convert477(expN)
  274. Kilometers/H           to Feet/Min             convert479(expN)
  275. Kilometers/H           to Knots                convert481(expN)
  276. Kilowatts              to Btu/Min              convert483(expN)
  277. Kilowatts              to Foot-Pounds/Min      convert485(expN)
  278. Kilowatts              to Foot-Pounds/S        convert487(expN)
  279. Kilowatts              to Horsepower           convert489(expN)
  280. Kilowatts              to Metric Horsepower    convert491(expN)
  281. Kilowatt Hrs           to Btu                  convert493(expN)
  282. Kilowatt Hrs           to Foot-Pounds          convert495(expN)
  283. Kilowatt Hrs           to Horsepower-Hrs       convert497(expN)
  284. Knots                  to Miles/Hr             convert499(expN)
  285.  
  286. expN                   to Convert unit         Function
  287. -------------------------------------------------------
  288. Leagues                to Miles                convert501(expN)
  289. Links                  to Feet                 convert503(expN)
  290. Links                  to Inches               convert505(expN)
  291. Links                  to Chain                convert507(expN)
  292. Links                  to Rod                  convert509(expN)
  293. Liters                 to Cubic Feet           convert511(expN)
  294. Liters                 to Cubic Yards          convert513(expN)
  295. Liters                 to Cubic Inches         convert515(expN)
  296. Liters                 to Cubic Meters         convert517(expN)
  297. Liters                 to Gallons              convert519(expN)
  298. Liters                 to Gallons(Imp)         convert521(expN)
  299. Liters                 to Pints(Liq.)          convert523(expN)
  300. Liters                 to Quarts(Liq.)         convert525(expN)
  301. Liters                 to Ounces(Liq.)         convert527(expN)
  302.  
  303. expN                   to Convert unit         Function
  304. -------------------------------------------------------
  305. Meters                 to Feet                 convert529(expN)
  306. Meters                 to Inches               convert531(expN)
  307. Meters                 to Kilometers           convert533(expN)
  308. Meters                 to Yards                convert535(expN)
  309. Meters/Min             to Feet/Min             convert537(expN)
  310. Meters/Min             to Kilometers/Hr        convert539(expN)
  311. Meters/Min             to Miles/H              convert541(expN)
  312. Meters/Sec             to Feet/Min             convert543(expN)
  313. Meters/Sec             to Feet/S               convert545(expN)
  314. Meters/Sec             to Kilometers/Hr        convert547(expN)
  315. Meters/Sec             to Miles/Min            convert549(expN)
  316. Microns                to Meters               convert551(expN)
  317. Miles                  to Feet                 convert553(expN)
  318. Miles                  to Kilometers           convert555(expN)
  319. Miles                  to Meters               convert557(expN)
  320. Miles                  to Yards                convert559(expN)
  321. Miles                  to Statute Miles        convert561(expN)
  322. Miles/Hr               to Centimeters/S        convert563(expN)
  323. Miles/Hr               to Feet/Min             convert565(expN)
  324. Miles/Hr               to Feet/S               convert567(expN)
  325. Miles/Hr               to Kilometers/Hr        convert569(expN)
  326. Miles/Hr               to Knots                convert571(expN)
  327. Miles/Hr               to Meters/Min           convert573(expN)
  328. Miles/Hr               to Miles/Min            convert575(expN)
  329. Miles/Min              to Centimeters/S        convert577(expN)
  330. Miles/Min              to Feet/S               convert579(expN)
  331. Miles/Min              to Kilometers/Min       convert581(expN)
  332. Miles/Min              to Miles/H              convert583(expN)
  333. Miles/Min              to Knots                convert585(expN)
  334. Milligrams             to Grams                convert587(expN)
  335. Milliliters            to Minims               convert589(expN)
  336. Milliliters            to Drams(Liq)           convert591(expN)
  337. Milliliters            to Ounces(Liq)          convert593(expN)
  338. Milliliters            to Cubic Inches         convert595(expN)
  339. Millimeters            to Centimeters          convert597(expN)
  340. Millimeters            to Inches               convert599(expN)
  341. Minims                 to Drams(Liq)           convert601(expN)
  342. Minims                 to Ounces(Liq)          convert603(expN)
  343. Minims                 to Milliliters          convert605(expN)
  344.  
  345. expN                   to Convert unit         Function
  346. -------------------------------------------------------
  347. Ounces                 to Kilograms            convert619(expN)
  348. Ounces                 to Ounces(Troy)         convert621(expN)
  349. Ounces                 to Tons(Metric)         convert623(expN)
  350. Ounces Troy            to Ounces(Avoir.)       convert625(expN)
  351. Ounces Fluid           to Cubic Inches         convert627(expN)
  352. Ounces Fluid           to Liters               convert629(expN)
  353. Ounces Fluid           to Minims               convert631(expN)
  354. Ounces Fluid           to Pints                convert633(expN)
  355. Ounces Fluid           to Quarts               convert635(expN)
  356. Ounces Fluid           to Gallons              convert637(expN)
  357. Ounces Fluid           to Cubic Feet           convert639(expN)
  358. Ounces Fluid           to Milliliters          convert641(expN)
  359. Ounces Fluid           to Teaspoons            convert643(expN)
  360. Ounces Fluid           to Tablespoons          convert645(expN)
  361. Ounces Fluid(Imp)      to Ounces Fluid US      convert647(expN)
  362. Ounces/square inch     to Pounds/Square Inch   convert649(expN)
  363.  
  364. expN                   to Convert unit         Function
  365. -------------------------------------------------------
  366. Pecks                  to Bushels              convert651(expN)
  367. Pounds                 to Ounces               convert653(expN)
  368. Pounds                 to Drams                convert655(expN)
  369. Pounds                 to Grains               convert657(expN)
  370. Pounds                 to Tons(Short)          convert659(expN)
  371. Pounds                 to Pounds(Troy)         convert661(expN)
  372. Pounds                 to Kilograms            convert663(expN)
  373. Pounds of Water        to Gallons              convert665(expN)
  374. Pounds/In Cubed        to Pounds/Ft Cubed      convert667(expN)
  375. Pounds/Ft              to Kilograms/M          convert669(expN)
  376. Pounds/In              to Grams/Cm             convert671(expN)
  377. Pounds/Ft Squared      to Kilograms/M Sq       convert673(expN)
  378. Pounds/In Squared      to Atmospheres          convert675(expN)
  379. Pound/In Sq            to Inches-Mercury       convert677(expN)
  380.  
  381. expN                   to Convert unit         Function
  382. -------------------------------------------------------
  383. Quadrants Angle        to Radians              convert679(expN)
  384. Quarts(Liq.)           to Cubic Inches         convert681(expN)
  385. Quarts(Liq.)           to Ounces(Liq)          convert683(expN)
  386. Quarts(Liq.)           to Cubic Feet           convert685(expN)
  387. Quarts(Liq.)           to Mililiters           convert687(expN)
  388. Quarts(Liq.)           to Liters               convert689(expN)
  389. Quintal Metric         to Pounds               convert691(expN)
  390.  
  391. expN                   to Convert unit         Function
  392. -------------------------------------------------------
  393. Radians                to Degrees              convert693(expN)
  394. Radians                to Minutes              convert695(expN)
  395. Radians                to Quadrants            convert697(expN)
  396. Radians/Sec            to Revolutions/Min      convert699(expN)
  397. Revolutions/Sec        to Degrees/S            convert701(expN)
  398. Revolutions/Sec        to Radians/S            convert703(expN)
  399. Revolutions/Sec        to Revolutions/Min      convert705(expN)
  400.  
  401. expN                   to Convert unit         Function
  402. -------------------------------------------------------
  403. Seconds Angle          to Radians              convert707(expN)
  404. Sq Centimeters         to Square Feet          convert709(expN)
  405. Sq Centimeters         to Square Inches        convert711(expN)
  406. Sq Centimeters         to Square Meters        convert713(expN)
  407. Sq Centimeters         to Square Millimeters   convert715(expN)
  408. Sq Feet                to Acres                convert717(expN)
  409. Sq Feet                to Square Centimeters   convert719(expN)
  410. Sq Feet                to Square Inches        convert721(expN)
  411. Sq Feet                to Square Meters        convert723(expN)
  412. Sq Feet                to Square Miles         convert725(expN)
  413. Sq Feet                to Square Yards         convert727(expN)
  414. Sq Inches              to Square Centimeters   convert729(expN)
  415. Sq Inches              to Square Feet          convert731(expN)
  416. Sq Kilometers          to Acres                convert733(expN)
  417. Sq Kilometers          to Square Feet          convert735(expN)
  418. Sq Kilometers          to Square Meters        convert737(expN)
  419. Sq Kilometers          to Square Miles         convert739(expN)
  420. Sq Kilometers          to Square Yards         convert741(expN)
  421. Sq Meters              to Square Feet          convert743(expN)
  422. Sq Meters              to Square Yards         convert745(expN)
  423. Sq Miles               to Acres                convert747(expN)
  424. Sq Miles               to Square Kilometers    convert749(expN)
  425. Sq Miles               to Square Yards         convert751(expN)
  426. Sq Millimeters         to Square Centimeters   convert753(expN)
  427. Sq Millimeters         to Square Inches        convert755(expN)
  428. Sq Yards               to Square Feet          convert757(expN)
  429. Sq Yards               to Square Meters        convert759(expN)
  430. Sq Yards               to Square Miles         convert761(expN)
  431.  
  432. expN                   to Convert unit         Function
  433. -------------------------------------------------------
  434. Tons Metric            to Kilograms            convert763(expN)
  435. Tons Metric            to Pounds               convert765(expN)
  436. Tons Short             to Pounds               convert767(expN)
  437. Tons Short             to Tons(Long)           convert769(expN)
  438. Tons Short             to Tons(Metric)         convert771(expN)
  439.  
  440. expN                   to Convert unit         Function
  441. -------------------------------------------------------
  442. Watts                  to Btu(Mean)/Min        convert773(expN)
  443. Watts                  to Foot-Pounds/S        convert775(expN)
  444. Watts                  to Horsepower           convert777(expN)
  445. Watts                  to Kilowatts            convert779(expN)
  446. Watt Hrs               to Btu                  convert781(expN)
  447. Watt Hrs               to Foot-Pounds          convert783(expN)
  448. Watt Hrs               to Horsepower-Hours     convert785(expN)
  449. Watt Hrs               to Kilowatt-Hours       convert787(expN)
  450.  
  451. expN                   to Convert unit         Function
  452. -------------------------------------------------------
  453. Yards                  to Centimeters          convert789(expN)
  454. Yards                  to Feet                 convert791(expN)
  455. Yards                  to Inches               convert793(expN)
  456. Yards                  to Meters               convert795(expN)
  457.  
  458. eof. cnvrt.doc
  459.