Short:     Conversion of numbers HEX-DEC-BIN
Author:    Mauro Pinardi
Uploader:  maurop@arci02.bo.cnr.it
Type:      util/shell
Requires:  kickstart 37 (2.04)


## Description:
Econv is a program to convert numbers from/to HEX DEC BIN format.
Do you want/need "translate" a DECimal number in BINary or HEX ?
Well,open a shell and use Econv..

## Usage:
In a shell type:     Econv <number>

prefix ONLY for HEX/BIN number:
(DEC)   <number>    (HEX)  $<number>    (BIN)  %<number>
                           ^                   ^
                           take care , please.....
Examples:

Input:   Econv %1101010
Output:  DEC -> 106   HEX -> 6A   BIN -> %1101010

Input :  Econv $6a
Output:  DEC -> 106   HEX -> 6A   BIN -> %1101010

## Other:
I have written Econv in E (ver. 3.3a reg) just to exercise.My E knowledge
isn't very deep so an improvement is possible ( I am sure).
If you are interested please read the source (with comment) and tell me
something.Every suggestion is well-accepted!

My Address :
             Snail-mail                          E-mail
           Mauro Pinardi                    maurop@arci02.bo.cnr.it
           via Salvini 6
         40127 BOLOGNA - ITALY

Econv isn't mine but yours because it's totally free.

