Convertunits

   

 

ConvertUnits

click for larger view

info   convertunits is a general purpose unit conversion program.  It works for Area, Volume, Length, Weight and Temperature. (See List of Units Below). There are 10 categories of units.  Includes 60 individual units.  One of you can figure out how many permutations that adds up to!!  Any way...A LOT.

TWO VERSIONS:

07 SEP 01 :  VERSION 1.0   Hardcoded units: no memo sync

20 APR 02 :  Requires memo syncing

 

<UCREX40>

20 APR 02

 

   

This is the latest version.  VERSION 4.0

Includes ICON

Includes a default file configuration for advanced users.

README

  Download the README FILE (also included in the distribution ZIP file)


Sample 1
 

  This is the sample data file included in the ZIP FILE.

These are also the same units that are hardcoded in Version 1.0

    Some interesting things you can do. Other folks have contributed some "snippets" of what they include in their own configurable text files.
    Currency Conversion

$ --------------- ;
#CURRENCY,1;
USD,1.00000;
EUR,1.08950;
DEM,2.13087;
JPY,120.493;
CHF,1.61581;
AUD,1.97346;
DKK,8.09278;
HKD,7.79910;
IEP,0.858050;
KRW,1305.00;
PKR,62.5500;
RUR,29.2700;
GBP,0.674032;
CAD,1.56206;
$ --------------- ;

    TIP Calculator

Here's a TIP CALCULATOR example.
If you ENTER the BILL, it will show:
the 15% tip value
the TOTAL BILL+TIP
Split the Bill between 2 people
Split the Bill between 3 people
Split the Bill between 4 people
Split the Bill Between 5 people

You get the idea!!

Just edit your memo file (carefully!!) and put this in the
memo. (Make sure you read the readme file concerning
SEQUENCE).

$ ------------------ ;
$ Tip Calculator ;
$ Based on 15% ;
$ ------------------;
#Tips(15%), SEQUENCE ;
Bill, 1 ;
Tip, 0.15 ;
Total, 1.15 ;
2-Folks,0.575 ;
3-Folks,0.38333 ;
4-Folks,0.2875 ;
5-Folks,0.230 ;
$ ------------------ ;
$ ------------------ ;
 

     
     
Version: 1.0a
07 SEP 01
<Download>
  Version: 1.0a    07 Sep 01

Download the zip file to the left.

If you DO NOT want to mess around with syncing a MEMO FILE, continue to use this HARDCODED, NON-MEMO, NON-CONFIGURABLE FILE!

It includes: 
   readme.txt
   myproject.rex (for rex600)
   ADDIN1.OUT (for emulator)

README

 

Look over the readme file NOW if you want.  Click on the left.  (README IS OLD!!!! Sorry)

DK   RexDK
CREDITS   Dan for the RexDK Development Kit

Lots of folks for encouragement and feedback

My Wife, of course, for letting me do this!!

     
     
     
    HISTORY OF THE PROJECT HERE

 

Counter